rhymix/modules/tccommentnotify/conf/module.xml
misol 2ab2bce53a #17877980 #17862537
템플릿 핸들러 참고해서 핸들러에서 경로 바꾸는 이미지만 경로 수정하게 수정.(이전에 템플릿 핸들러를 수정했어야 하는 것은 아닌지.... 아무튼.. 수정)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5957 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-03-24 16:01:01 +00:00

12 lines
591 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module>
<grants />
<permissions />
<actions>
<action name="dispCommentNotifyAdminIndex" type="view" standalone="true" admin_index="true" />
<action name="procCommentNotifyAdminDeleteChild" type="controller" standalone="true" />
<action name="procCommentNotifyAdminDeleteParent" type="controller" standalone="true" />
<action name="procCommentNotifyAdminDeleteChecked" type="controller" standalone="true" />
<action name="procDoNotify" type="controller" standalone="true" />
</actions>
</module>