mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8721 201d5d3c-b55e-5fd7-737f-ddc643e51545
38 lines
1.6 KiB
XML
38 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<permissions />
|
|
<actions>
|
|
<action name="dispPollAdminList" type="view" admin_index="true" standalone="true" menu_name="poll" menu_index="true" />
|
|
<action name="dispPollAdminResult" type="view" standalone="true" />
|
|
|
|
<action name="dispPollAdminConfig" type="view" standalone="true" />
|
|
|
|
<action name="getPollGetColorsetList" type="model" standalone="true" />
|
|
|
|
<action name="getPollAdminTarget" type="model" standalone="true" />
|
|
|
|
<action name="procInsert" type="controller" standalone="true" />
|
|
<action name="procPoll" type="controller" standalone="true" ruleset="poll" />
|
|
<action name="procPollViewResult" type="controller" standalone="true" />
|
|
<action name="procPollGetList" type="controller" standalone="true" />
|
|
<action name="procPollAdminDeleteChecked" type="controller" standalone="true" ruleset="deleteChecked" />
|
|
<action name="procPollAdminInsertConfig" type="controller" standalone="true" ruleset="insertConfig" />
|
|
<action name="procPollAdminAddCart" type="controller" standalone="true" />
|
|
</actions>
|
|
<menus>
|
|
<menu name="poll">
|
|
<title xml:lang="en">Poll</title>
|
|
<title xml:lang="ko">투표</title>
|
|
<title xml:lang="zh-CN">Poll</title>
|
|
<title xml:lang="jp">Poll</title>
|
|
<title xml:lang="es">Poll</title>
|
|
<title xml:lang="ru">Poll</title>
|
|
<title xml:lang="fr">Poll</title>
|
|
<title xml:lang="zh-TW">Poll</title>
|
|
<title xml:lang="vi">Poll</title>
|
|
<title xml:lang="mn">Poll</title>
|
|
<title xml:lang="tr">Poll</title>
|
|
</menu>
|
|
</menus>
|
|
</module>
|