mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
17 lines
921 B
XML
17 lines
921 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<actions>
|
|
<action name="dispLayoutAdminContent" type="view" admin_index="true" standalone="true" />
|
|
<action name="dispLayoutAdminInsert" type="view" standalone="true" />
|
|
<action name="dispLayoutAdminModify" type="view" standalone="true" />
|
|
<action name="dispLayoutAdminEdit" type="view" standalone="true" />
|
|
<action name="dispLayoutAdminDownloadedList" type="view" standalone="true" />
|
|
|
|
<action name="dispLayoutAdminInfo" type="view" standalone="true" />
|
|
|
|
<action name="procLayoutAdminInsert" type="controller" standalone="true" />
|
|
<action name="procLayoutAdminUpdate" type="controller" standalone="true" />
|
|
<action name="procLayoutAdminDelete" type="controller" standalone="true" />
|
|
<action name="procLayoutAdminCodeUpdate" type="controller" standalone="true" />
|
|
</actions>
|
|
</module>
|