mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
60 lines
2.9 KiB
XML
60 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module>
|
|
<grants />
|
|
<permissions>
|
|
<permission action="dispCommentDeclare" target="member" />
|
|
<permission action="getCommentVotedMemberList" target="root" />
|
|
|
|
<permission action="procCommentVoteUp" target="member" />
|
|
<permission action="procCommentVoteUpCancel" target="member" />
|
|
<permission action="procCommentVoteDown" target="member" />
|
|
<permission action="procCommentVoteDownCancel" target="member" />
|
|
<permission action="procCommentDeclare" target="member" />
|
|
<permission action="procCommentGetList" target="manager" check_type="comment" check_var="comment_srls" />
|
|
<permission action="procCommentInsertModuleConfig" target="manager" check_var="target_module_srl" />
|
|
|
|
<permission action="procCommentAdminAddCart" target="manager" check_type="comment" check_var="comment_srl" />
|
|
<permission action="procCommentAdminDeleteChecked" target="manager" check_type="comment" check_var="cart" />
|
|
<permission action="procCommentAdminMoveToTrash" target="manager" check_type="comment" check_var="comment_srl" />
|
|
</permissions>
|
|
<actions>
|
|
<action name="dispCommentDeclare" type="view" />
|
|
|
|
<action name="getCommentMenu" type="model" />
|
|
<action name="getCommentVotedMemberList" type="model" />
|
|
|
|
<action name="procCommentVoteUp" type="controller" />
|
|
<action name="procCommentVoteUpCancel" type="controller" />
|
|
<action name="procCommentVoteDown" type="controller" />
|
|
<action name="procCommentVoteDownCancel" type="controller" />
|
|
<action name="procCommentDeclare" type="controller" />
|
|
<action name="procCommentGetList" type="controller" />
|
|
<action name="procCommentInsertModuleConfig" type="controller" ruleset="insertCommentModuleConfig" />
|
|
|
|
<action name="dispCommentAdminList" type="view" admin_index="true" menu_name="comment" menu_index="true" />
|
|
<action name="dispCommentAdminDeclared" type="view" menu_name="comment" />
|
|
<action name="dispCommentAdminDeclaredLogByCommentSrl" type="view" menu_name="comment" />
|
|
|
|
<action name="procCommentAdminChangeStatus" type="controller"/>
|
|
<action name="procCommentAdminChangePublishedStatusChecked" type="controller" />
|
|
<action name="procCommentAdminCancelDeclare" type="controller" />
|
|
<action name="procCommentAdminAddCart" type="controller" />
|
|
<action name="procCommentAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
|
|
<action name="procCommentAdminMoveToTrash" type="controller" />
|
|
</actions>
|
|
<menus>
|
|
<menu name="comment">
|
|
<title xml:lang="en">Comment</title>
|
|
<title xml:lang="ko">댓글</title>
|
|
<title xml:lang="zh-CN">Comment</title>
|
|
<title xml:lang="jp">コメント</title>
|
|
<title xml:lang="es">Comment</title>
|
|
<title xml:lang="ru">Comment</title>
|
|
<title xml:lang="fr">Comment</title>
|
|
<title xml:lang="zh-TW">回覆</title>
|
|
<title xml:lang="vi">Comment</title>
|
|
<title xml:lang="mn">Comment</title>
|
|
<title xml:lang="tr">Comment</title>
|
|
</menu>
|
|
</menus>
|
|
</module>
|