통합 피드에 포함 여부 선택 관리자 페이지에서 편리하게 할 수 있도록 관리자 페이지에 버튼 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6955 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-11-21 17:45:44 +00:00
parent a5a1f44a18
commit c5bd982447
4 changed files with 46 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<module>
<grants />
<permissions />
@ -6,6 +6,7 @@
<action name="dispRssAdminIndex" type="view" index="true" standalone="true" admin_index="true" />
<action name="rss" type="view" standalone="true" />
<action name="atom" type="view" standalone="true" />
<action name="procRssAdminToggleActivate" type="controller" standalone="true" />
<action name="procRssAdminInsertConfig" type="controller" standalone="true" />
<action name="procRssAdminInsertModuleConfig" type="controller" standalone="true" />
</actions>