mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 535 add point menu in member menu
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9654 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0768b1b0c5
commit
2b361934cd
2 changed files with 8 additions and 3 deletions
|
|
@ -167,6 +167,10 @@
|
|||
'module'=>'module',
|
||||
'subMenu'=>array('filebox'),
|
||||
),
|
||||
22=>array(
|
||||
'module'=>'point',
|
||||
'subMenu'=>array('point')
|
||||
),
|
||||
);
|
||||
|
||||
$oMemberModel = &getModel('member');
|
||||
|
|
@ -217,6 +221,7 @@
|
|||
case 'userList':
|
||||
case 'userSetting':
|
||||
case 'userGroup':
|
||||
case 'point':
|
||||
return 'user';
|
||||
break;
|
||||
case 'document':
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispPointAdminConfig" type="view" admin_index="true" standalone="true" />
|
||||
<action name="dispPointAdminModuleConfig" type="view" standalone="true" />
|
||||
<action name="dispPointAdminPointList" type="view" standalone="true" />
|
||||
<action name="dispPointAdminConfig" type="view" admin_index="true" menu_name="point" standalone="true" menu_index="true" />
|
||||
<action name="dispPointAdminModuleConfig" type="view" standalone="true" menu_name="point" />
|
||||
<action name="dispPointAdminPointList" type="view" standalone="true" menu_name="point" />
|
||||
|
||||
<action name="procPointAdminInsertConfig" type="controller" standalone="true" ruleset="insertConfig" />
|
||||
<action name="procPointAdminInsertModuleConfig" type="controller" standalone="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue