mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 23:31:44 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10209 201d5d3c-b55e-5fd7-737f-ddc643e51545
35 lines
1.6 KiB
XML
35 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<permissions />
|
|
<actions>
|
|
<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" />
|
|
<action name="procPointAdminUpdatePoint" type="controller" standalone="true" ruleset="updatePoint" />
|
|
<action name="procPointAdminInsertPointModuleConfig" type="controller" standalone="true" />
|
|
<action name="procPointAdminApplyPoint" type="controller" standalone="true" />
|
|
<action name="procPointAdminReset" type="controller" standalone="true" />
|
|
|
|
<action name="procPointAdminReCal" type="controller" standalone="true" />
|
|
<action name="getMembersPointInfo" type="model" standalone="true" />
|
|
</actions>
|
|
<menus>
|
|
<menu name="point">
|
|
<title xml:lang="en">Point</title>
|
|
<title xml:lang="ko">포인트</title>
|
|
<title xml:lang="zh-CN">Point</title>
|
|
<title xml:lang="jp">Point</title>
|
|
<title xml:lang="es">Point</title>
|
|
<title xml:lang="ru">Point</title>
|
|
<title xml:lang="fr">Point</title>
|
|
<title xml:lang="zh-TW">點數系統</title>
|
|
<title xml:lang="vi">Point</title>
|
|
<title xml:lang="mn">Point</title>
|
|
<title xml:lang="tr">Point</title>
|
|
</menu>
|
|
</menus>
|
|
</module>
|