mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
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:
parent
34cbe1eb82
commit
b4cc9a1345
5 changed files with 113 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue