mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
module.xml 1차 정리
탭 정리 일부 permission, action 정리
This commit is contained in:
parent
5bdd0091ec
commit
fcb17fe9cf
57 changed files with 1216 additions and 1254 deletions
|
|
@ -1,36 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="0.2">
|
||||
<title xml:lang="ko">레이아웃</title>
|
||||
<title xml:lang="zh-CN">布局管理</title>
|
||||
<title xml:lang="jp">レイアウト</title>
|
||||
<title xml:lang="en">Layout</title>
|
||||
<title xml:lang="vi">Giao diện</title>
|
||||
<title xml:lang="es">Diseño</title>
|
||||
<title xml:lang="ru">Лейаут</title>
|
||||
<title xml:lang="zh-TW">版面設計</title>
|
||||
<title xml:lang="tr">Yerleşim Düzeni</title>
|
||||
<description xml:lang="ko">레이아웃을 생성/관리합니다.</description>
|
||||
<description xml:lang="zh-CN">生成/管理布局的模块。</description>
|
||||
<description xml:lang="jp">レイアウトを生成・管理するモジュールです。</description>
|
||||
<description xml:lang="en">This module is for creating/managing the layouts.</description>
|
||||
<description xml:lang="vi">Chức năng của Module này dành cho việc tạo và quản lý giao diện.</description>
|
||||
<description xml:lang="es">Este módulo es para crear y manejar el diseño.</description>
|
||||
<description xml:lang="ru">Этот модуль служит для создания/управления лейаутами.</description>
|
||||
<description xml:lang="zh-TW">建立/管理版面的模組。</description>
|
||||
<description xml:lang="tr">Bu modül yerleşim düzenleri(layout) oluşturmak ve yönetmek içindir.</description>
|
||||
<version>1.7</version>
|
||||
<date>2013-11-27</date>
|
||||
<category>construction</category>
|
||||
<title xml:lang="ko">레이아웃</title>
|
||||
<title xml:lang="zh-CN">布局管理</title>
|
||||
<title xml:lang="jp">レイアウト</title>
|
||||
<title xml:lang="en">Layout</title>
|
||||
<title xml:lang="vi">Giao diện</title>
|
||||
<title xml:lang="es">Diseño</title>
|
||||
<title xml:lang="ru">Лейаут</title>
|
||||
<title xml:lang="zh-TW">版面設計</title>
|
||||
<title xml:lang="tr">Yerleşim Düzeni</title>
|
||||
<description xml:lang="ko">레이아웃을 생성/관리합니다.</description>
|
||||
<description xml:lang="zh-CN">生成/管理布局的模块。</description>
|
||||
<description xml:lang="jp">レイアウトを生成・管理するモジュールです。</description>
|
||||
<description xml:lang="en">This module is for creating/managing the layouts.</description>
|
||||
<description xml:lang="vi">Chức năng của Module này dành cho việc tạo và quản lý giao diện.</description>
|
||||
<description xml:lang="es">Este módulo es para crear y manejar el diseño.</description>
|
||||
<description xml:lang="ru">Этот модуль служит для создания/управления лейаутами.</description>
|
||||
<description xml:lang="zh-TW">建立/管理版面的模組。</description>
|
||||
<description xml:lang="tr">Bu modül yerleşim düzenleri(layout) oluşturmak ve yönetmek içindir.</description>
|
||||
<version>1.7</version>
|
||||
<date>2013-11-27</date>
|
||||
<category>construction</category>
|
||||
|
||||
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
|
||||
<name xml:lang="ko">NAVER</name>
|
||||
<name xml:lang="vi">NAVER</name>
|
||||
<name xml:lang="zh-CN">NAVER</name>
|
||||
<name xml:lang="jp">NAVER</name>
|
||||
<name xml:lang="en">NAVER</name>
|
||||
<name xml:lang="es">NAVER</name>
|
||||
<name xml:lang="ru">NAVER</name>
|
||||
<name xml:lang="tr">NAVER</name>
|
||||
<name xml:lang="zh-TW">NAVER</name>
|
||||
</author>
|
||||
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
|
||||
<name xml:lang="ko">NAVER</name>
|
||||
<name xml:lang="vi">NAVER</name>
|
||||
<name xml:lang="zh-CN">NAVER</name>
|
||||
<name xml:lang="jp">NAVER</name>
|
||||
<name xml:lang="en">NAVER</name>
|
||||
<name xml:lang="es">NAVER</name>
|
||||
<name xml:lang="ru">NAVER</name>
|
||||
<name xml:lang="tr">NAVER</name>
|
||||
<name xml:lang="zh-TW">NAVER</name>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
|
|
@ -2,23 +2,20 @@
|
|||
<module>
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="dispLayoutPreview" target="manager" />
|
||||
<permission action="dispLayoutPreviewWithModule" target="manager" />
|
||||
<permission action="getLayoutInstanceListForJSONP" target="manager" />
|
||||
<permission action="dispLayoutPreview" target="root" />
|
||||
<permission action="dispLayoutPreviewWithModule" target="root" />
|
||||
<permission action="getLayoutInstanceListForJSONP" target="root" />
|
||||
</permissions>
|
||||
<actions>
|
||||
<action name="dispLayoutInfo" type="view" />
|
||||
<action name="dispLayoutPreview" type="view" />
|
||||
<action name="dispLayoutPreviewWithModule" type="view" />
|
||||
<action name="getLayoutInstanceListForJSONP" type="model" />
|
||||
|
||||
<!-- admin -->
|
||||
|
||||
<action name="dispLayoutAdminContent" type="view" />
|
||||
<action name="dispLayoutAdminInfo" type="view" />
|
||||
<action name="dispLayoutAdminLayoutModify" type="view" />
|
||||
<action name="dispLayoutAdminLayoutImageList" type="view" />
|
||||
<action name="dispLayoutAdminMobileContent" type="view" />
|
||||
|
||||
<action name="dispLayoutAdminInstalledList" type="view" admin_index="true" menu_name="installedLayout" menu_index="true" />
|
||||
<action name="dispLayoutAdminInstanceList" type="view" menu_name="installedLayout" />
|
||||
<action name="dispLayoutAdminAllInstanceList" type="view" menu_name="installedLayout" />
|
||||
|
|
@ -26,11 +23,11 @@
|
|||
<action name="dispLayoutAdminModify" type="view" menu_name="installedLayout" />
|
||||
<action name="dispLayoutAdminEdit" type="view" menu_name="installedLayout" />
|
||||
<action name="dispLayoutAdminCopyLayout" type="view" />
|
||||
|
||||
|
||||
<action name="getLayoutAdminSetInfoView" type="model" />
|
||||
<action name="getLayoutAdminSetHTMLCSS" type="model" />
|
||||
<action name="getLayoutAdminSiteDefaultLayout" type="model" />
|
||||
|
||||
|
||||
<action name="procLayoutAdminUpdate" type="controller" ruleset="updateLayout" />
|
||||
<action name="procLayoutAdminCodeUpdate" type="controller" ruleset="codeUpdate" />
|
||||
<action name="procLayoutAdminUserImageUpload" type="controller" ruleset="imageUpload" />
|
||||
|
|
@ -38,11 +35,8 @@
|
|||
<action name="procLayoutAdminConfigImageUpload" type="controller" />
|
||||
<action name="procLayoutAdminConfigImageDelete" type="controller" />
|
||||
<action name="procLayoutAdminDelete" type="controller" ruleset="deleteLayout" />
|
||||
|
||||
<action name="procLayoutAdminInsert" type="controller" ruleset="insertLayout" />
|
||||
|
||||
<action name="procLayoutAdminCodeReset" type="controller" />
|
||||
|
||||
<action name="procLayoutAdminUserValueInsert" type="controller" />
|
||||
<action name="procLayoutAdminUserLayoutExport" type="controller" />
|
||||
<action name="procLayoutAdminUserLayoutImport" type="controller" ruleset="userLayoutImport" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue