mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8854 201d5d3c-b55e-5fd7-737f-ddc643e51545
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<permissions>
|
|
<permission action="dispTrashAdminList" target="manager" />
|
|
<permission action="procTrashAdminRestore" target="manager" />
|
|
</permissions>
|
|
<actions>
|
|
<action name="dispTrashAdminList" type="view" standalone="true" admin_index="true" menu_name="document" menu_index="true" />
|
|
|
|
<action name="procTrashAdminEmptyTrash" type="controller" standalone="true" ruleset="emptyTrash" />
|
|
<action name="procTrashAdminRestore" type="controller" standalone="true" />
|
|
<action name="procTrashAdminGetList" type="controller" standalone="true" />
|
|
</actions>
|
|
<menus>
|
|
<menu name="document">
|
|
<title xml:lang="en">Document</title>
|
|
<title xml:lang="ko">문서</title>
|
|
<title xml:lang="zh-CN">Document</title>
|
|
<title xml:lang="jp">Document</title>
|
|
<title xml:lang="es">Document</title>
|
|
<title xml:lang="ru">Document</title>
|
|
<title xml:lang="fr">Document</title>
|
|
<title xml:lang="zh-TW">Document</title>
|
|
<title xml:lang="vi">Document</title>
|
|
<title xml:lang="mn">Document</title>
|
|
<title xml:lang="tr">Document</title>
|
|
</menu>
|
|
</menus>
|
|
</module>
|