rhymix/modules/trackback/conf/module.xml
ovclas 9acd474c52 issue 70 document, comment, trackback module UI change.
But not finished yet


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8639 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-26 05:39:03 +00:00

31 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<permissions />
<actions>
<action name="dispTrackbackSend" type="view" standalone="true" />
<action name="dispTrackbackAdminList" type="view" admin_index="true" standalone="true" menu_name="trackback" menu_index="true" />
<action name="trackback" type="controller" standalone="true" />
<action name="procTrackbackSend" type="controller" standalone="true" ruleset="sendTrackback" />
<action name="procTrackbackAdminDeleteChecked" type="controller" standalone="true" ruleset="deleteChecked" />
<action name="procTrackbackAdminInsertConfig" type="controller" standalone="true" />
<action name="procTrackbackAdminInsertModuleConfig" type="controller" standalone="true" />
</actions>
<menus>
<menu name="trackback">
<title xml:lang="en">Trackback</title>
<title xml:lang="ko">트랙백</title>
<title xml:lang="zh-CN">Trackback</title>
<title xml:lang="jp">Trackback</title>
<title xml:lang="es">Trackback</title>
<title xml:lang="ru">Trackback</title>
<title xml:lang="fr">Trackback</title>
<title xml:lang="zh-TW">Trackback</title>
<title xml:lang="vi">Trackback</title>
<title xml:lang="mn">Trackback</title>
<title xml:lang="tr">Trackback</title>
</menu>
</menus>
</module>