issue 151 add filebox manager view

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9025 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-09-05 07:20:41 +00:00
parent 34cbe1eb82
commit b4cc9a1345
5 changed files with 113 additions and 4 deletions

View file

@ -169,6 +169,10 @@
'module'=>'file',
'subMenu'=>array('fileUpload'),
),
20=>array(
'module'=>'module',
'subMenu'=>array('filebox'),
),
);
$oMemberModel = &getModel('member');
@ -246,6 +250,7 @@
case 'adminConfiguration':
case 'adminMenuSetup':
case 'fileUpload':
case 'filebox':
return 'configuration';
break;
default: