mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
layout module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8920 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d48bcf6a6a
commit
2601043ee8
18 changed files with 767 additions and 510 deletions
|
|
@ -4,27 +4,31 @@
|
|||
<permissions />
|
||||
<actions>
|
||||
<action name="dispLayoutInfo" type="view" standalone="true" />
|
||||
<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="dispLayoutAdminPreview" type="view" standalone="true" />
|
||||
<action name="dispLayoutAdminContent" type="view" standalone="true" />
|
||||
<action name="dispLayoutAdminInfo" type="view" standalone="true" />
|
||||
<action name="dispLayoutAdminLayoutModify" type="view" standalone="true" />
|
||||
<action name="dispLayoutAdminLayoutImageList" type="view" standalone="true" />
|
||||
|
||||
<action name="dispLayoutAdminMobileContent" type="view" standalone="true" />
|
||||
<action name="dispLayoutAdminDownloadedMobileList" type="view" standalone="true" />
|
||||
|
||||
<action name="dispLayoutAdminInstalledList" type="view" admin_index="true" menu_name="installedLayout" menu_index="true" />
|
||||
<action name="dispLayoutAdminInstalledMobileList" type="view" menu_name="installedLayout" />
|
||||
<action name="dispLayoutAdminInstanceList" type="view" menu_name="installedLayout" />
|
||||
<action name="dispLayoutAdminInsert" type="view" menu_name="installedLayout" />
|
||||
<action name="dispLayoutAdminModify" type="view" menu_name="installedLayout" />
|
||||
<action name="dispLayoutAdminEdit" type="view" menu_name="installedLayout" />
|
||||
|
||||
<action name="dispLayoutPreview" type="view" />
|
||||
|
||||
<action name="procLayoutAdminUpdate" type="controller" ruleset="updateLayout" />
|
||||
<action name="procLayoutAdminCodeUpdate" type="controller" ruleset="codeUpdate" />
|
||||
<action name="procLayoutAdminUserImageUpload" type="controller" ruleset="imageUpload" />
|
||||
<action name="procLayoutAdminUserImageDelete" type="controller" />
|
||||
<action name="procLayoutAdminDelete" type="controller" ruleset="deleteLayout" />
|
||||
|
||||
<action name="procLayoutAdminInsert" type="controller" standalone="true" ruleset="insertLayout" />
|
||||
<action name="procLayoutAdminUpdate" type="controller" standalone="true" ruleset="updateLayout" />
|
||||
<action name="procLayoutAdminDelete" type="controller" standalone="true" />
|
||||
<action name="procLayoutAdminCodeUpdate" type="controller" standalone="true" ruleset="codeUpdate" />
|
||||
|
||||
<action name="procLayoutAdminCodeReset" type="controller" standalone="true" />
|
||||
<action name="procLayoutAdminUserImageUpload" type="controller" standalone="true" ruleset="imageUpload" />
|
||||
<action name="procLayoutAdminUserImageDelete" type="controller" standalone="true" />
|
||||
|
||||
<action name="procLayoutAdminUserValueInsert" type="controller" standalone="true" />
|
||||
<action name="procLayoutAdminUserLayoutExport" type="controller" standalone="true" />
|
||||
<action name="procLayoutAdminUserLayoutImport" type="controller" standalone="true" ruleset="userLayoutImport" />
|
||||
|
|
@ -33,7 +37,7 @@
|
|||
<menus>
|
||||
<menu name="installedLayout">
|
||||
<title xml:lang="en">Installed Layout</title>
|
||||
<title xml:lang="ko">레이아웃</title>
|
||||
<title xml:lang="ko">설치된 레이아웃</title>
|
||||
<title xml:lang="zh-CN">Installed Layout</title>
|
||||
<title xml:lang="jp">Installed Layout</title>
|
||||
<title xml:lang="es">Installed Layout</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue