rhymix/modules/poll/conf/module.xml
conory fcb17fe9cf module.xml 1차 정리
탭 정리
일부 permission, action 정리
2017-03-29 22:23:26 +09:00

42 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<permissions />
<actions>
<action name="getPollstatus" type="model" />
<action name="getPollinfo" type="model" />
<action name="getPollitemInfo" type="model" />
<action name="getPollGetColorsetList" type="model" />
<action name="procPollInsert" type="controller" />
<action name="procPollInsertItem" type="controller" />
<action name="procPollDeleteItem" type="controller" />
<action name="procPoll" type="controller" ruleset="poll" />
<action name="procPollViewResult" type="controller" />
<action name="procPollGetList" type="controller" />
<action name="dispPollAdminList" type="view" admin_index="true" menu_name="poll" menu_index="true" />
<action name="dispPollAdminResult" type="view" />
<action name="dispPollAdminConfig" type="view" />
<action name="getPollAdminTarget" type="model" />
<action name="procPollAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
<action name="procPollAdminInsertConfig" type="controller" ruleset="insertConfig" />
<action name="procPollAdminAddCart" type="controller" />
</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">アンケート</title>
<title xml:lang="es">Poll</title>
<title xml:lang="ru">Poll</title>
<title xml:lang="fr">Poll</title>
<title xml:lang="zh-TW">投票</title>
<title xml:lang="vi">Poll</title>
<title xml:lang="mn">Poll</title>
<title xml:lang="tr">Poll</title>
</menu>
</menus>
</module>