git-svn-id: http://xe-core.googlecode.com/svn/trunk@678 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-26 12:03:35 +00:00
parent 11d48932d7
commit b505bb44c2
9 changed files with 17 additions and 56 deletions

View file

@ -4,11 +4,11 @@
<actions>
<action name="dispAdminContent" type="view" admin_index="true" standalone="true" />
<action name="dispAdminModuleConfig" type="view" standalone="true" />
<action name="dispAdminBoardInfo" type="view" standalone="true" />
<action name="dispAdminInsertBoard" type="view" standalone="true" />
<action name="dispAdminDeleteBoard" type="view" standalone="true" />
<action name="procInsertBoard" type="controller" standalone="true" />
<action name="procDeleteBoard" type="controller" standalone="true" />
<action name="dispAdminPageInfo" type="view" standalone="true" />
<action name="dispAdminInsertPage" type="view" standalone="true" />
<action name="dispAdminDeletePage" type="view" standalone="true" />
<action name="procInsertPage" type="controller" standalone="true" />
<action name="procDeletePage" type="controller" standalone="true" />
<action name="procInsertConfig" type="controller" standalone="true" />
<action name="procUploadFile" type="controller" standalone="true" />
<action name="procDeleteFile" type="controller" standalone="true" />