mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
fixed page admin menu And page option
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9960 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5fb62dcedc
commit
dab5d9ef0d
2 changed files with 27 additions and 12 deletions
|
|
@ -9,11 +9,11 @@
|
|||
</permissions>
|
||||
<actions>
|
||||
<action name="dispPageIndex" type="view" index="true" />
|
||||
<action name="dispPageAdminContent" type="view" admin_index="true" standalone="true" />
|
||||
<action name="dispPageAdminGrantInfo" type="view" standalone="true" />
|
||||
<action name="dispPageAdminInfo" type="view" standalone="true" setup_index="true" />
|
||||
<action name="dispPageAdminPageAdditionSetup" type="view" standalone="true" />
|
||||
<action name="dispPageAdminInsert" type="view" standalone="true" />
|
||||
<action name="dispPageAdminContent" type="view" admin_index="true" menu_name="page" menu_index="true" />
|
||||
<action name="dispPageAdminGrantInfo" type="view" menu_name="page" />
|
||||
<action name="dispPageAdminInfo" type="view" setup_index="true" menu_name="page" />
|
||||
<action name="dispPageAdminPageAdditionSetup" type="view" menu_name="page" />
|
||||
<action name="dispPageAdminInsert" type="view" menu_name="page" />
|
||||
<action name="dispPageAdminDelete" type="view" standalone="true" />
|
||||
<action name="dispPageAdminContentModify" type="view" standalone="true" />
|
||||
<action name="dispPageAdminAddContent" type="view" standalone="true" />
|
||||
|
|
@ -29,4 +29,19 @@
|
|||
<action name="procPageAdminAddContent" type="controller" standalone="true" />
|
||||
<action name="procPageAdminArticleDocumentInsert" type="controller" standalone="true" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="page" type="all">
|
||||
<title xml:lang="en">Page</title>
|
||||
<title xml:lang="ko">페이지</title>
|
||||
<title xml:lang="zh-CN">Page</title>
|
||||
<title xml:lang="jp">Page</title>
|
||||
<title xml:lang="es">Page</title>
|
||||
<title xml:lang="ru">Page</title>
|
||||
<title xml:lang="fr">Page</title>
|
||||
<title xml:lang="zh-TW">Page</title>
|
||||
<title xml:lang="vi">Page</title>
|
||||
<title xml:lang="mn">Page</title>
|
||||
<title xml:lang="tr">Page</title>
|
||||
</menu>
|
||||
</menus>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue