module.xml 1차 정리

탭 정리
일부 permission, action 정리
This commit is contained in:
conory 2017-03-29 22:23:26 +09:00
parent 5bdd0091ec
commit fcb17fe9cf
57 changed files with 1216 additions and 1254 deletions

View file

@ -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">Menu</title>
<title xml:lang="vi">Menu</title>
<title xml:lang="es">Menú</title>
<title xml:lang="ru">Меню</title>
<title xml:lang="zh-TW">選單</title>
<title xml:lang="tr">Menü</title>
<description xml:lang="ko">레이아웃과 페이지를 연결하고 메뉴를 생성/관리합니다.</description>
<description xml:lang="zh-CN">此模块将生成并管理连接布局,模块的菜单。</description>
<description xml:lang="jp">レイアウト、モジュールを連動させるメニューを作成・管理するモジュールです。</description>
<description xml:lang="en">This is for creating/managing menus which link to layouts or modules.</description>
<description xml:lang="vi">Module này dành cho việc tạo và quản lý Menu sẽ liên kết với giao diện hoặc Mudule.</description>
<description xml:lang="es">Este módulo es para crear/manejar los menús que que son conectados con los diseños o módulos.</description>
<description xml:lang="ru">Этот модуль служит для создания/управления меню, соединяюще лейауты и модули.</description>
<description xml:lang="zh-TW">可建立並管理連結版面和模組的選單。</description>
<description xml:lang="tr">Bu modül, yerleşim düzenlerine ya da modüllere bağlı menüleri oluşturmak/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">Menu</title>
<title xml:lang="vi">Menu</title>
<title xml:lang="es">Menú</title>
<title xml:lang="ru">Меню</title>
<title xml:lang="zh-TW">選單</title>
<title xml:lang="tr">Menü</title>
<description xml:lang="ko">레이아웃과 페이지를 연결하고 메뉴를 생성/관리합니다.</description>
<description xml:lang="zh-CN">此模块将生成并管理连接布局,模块的菜单。</description>
<description xml:lang="jp">レイアウト、モジュールを連動させるメニューを作成・管理するモジュールです。</description>
<description xml:lang="en">This is for creating/managing menus which link to layouts or modules.</description>
<description xml:lang="vi">Module này dành cho việc tạo và quản lý Menu sẽ liên kết với giao diện hoặc Mudule.</description>
<description xml:lang="es">Este módulo es para crear/manejar los menús que que son conectados con los diseños o módulos.</description>
<description xml:lang="ru">Этот модуль служит для создания/управления меню, соединяюще лейауты и модули.</description>
<description xml:lang="zh-TW">可建立並管理連結版面和模組的選單。</description>
<description xml:lang="tr">Bu modül, yerleşim düzenlerine ya da modüllere bağlı menüleri oluşturmak/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="zh-TW">NAVER</name>
<name xml:lang="tr">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="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -1,24 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<permissions>
<permission action="getMenuAdminSiteMap" target="manager" />
<permission action="procMenuAdminUpdateAuth" target="manager" />
</permissions>
<permissions />
<actions>
<action name="dispMenuMenu" type="mobile" />
<!-- admin -->
<action name="dispMenuAdminMidList" type="view" />
<action name="dispMenuAdminSiteMap" type="view" admin_index="true" menu_name="siteMap" menu_index="true" />
<action name="dispMenuAdminSiteDesign" type="view" menu_name="siteDesign" menu_index="true" />
<action name="getMenuAdminTplInfo" type="model" />
<action name="getMenuAdminItemInfo" type="model" />
<action name="getMenuAdminSiteMap" type="model" />
<action name="getMenuAdminInstalledMenuType" type="model" />
<action name="getMenuAdminDetailSetup" type="model" />
<action name="procMenuAdminInsert" type="controller" ruleset="insertMenu" />
<action name="procMenuAdminUpdate" type="controller" ruleset="updateMenuTitle" />
<action name="procMenuAdminDelete" type="controller" />
@ -31,7 +27,6 @@
<action name="procMenuAdminMoveItem" type="controller" />
<action name="procMenuAdminCopyItem" type="controller" />
<action name="procMenuAdminArrangeItem" type="controller" />
<action name="procMenuAdminUploadButton" type="controller" />
<action name="procMenuAdminDeleteButton" type="controller" />
<action name="procMenuAdminAllActList" type="controller" />