merge from 1.7.3.5(r13153:r13167)

git-svn-id: http://xe-core.googlecode.com/svn/trunk@13168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2013-09-29 23:32:39 +00:00
parent cc47d2b247
commit 2d3f149b5a
2042 changed files with 129266 additions and 126243 deletions

View file

@ -9,10 +9,10 @@
<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="ko">레이아웃과 페이지를 연결하고 메뉴를 생성/관리합니다.</description>
<description xml:lang="zh-CN">此模块将生成并管理连接布局,模块的菜单。</description>
<description xml:lang="jp">レイアウト、モジュールを連動させるメニューを作成・管理するモジュールです。</description>
<description xml:lang="en">This module is for creating/managing menus which link to layouts or modules.</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>

View file

@ -1,46 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<permission action="getMenuAdminSiteMap" target="manager" />
<permission action="procMenuAdminUpdateAuth" target="manager" />
<permissions />
<actions>
<action name="dispMenuAdminContent" type="view" standalone="true" />
<action name="dispMenuAdminInsert" type="view" standalone="true" />
<action name="dispMenuAdminManagement" type="view" standalone="true" />
<action name="dispMenuAdminMidList" type="view" standalone="true" />
<action name="dispMenuAdminSiteMap" type="view" standalone="true" admin_index="true" menu_name="siteMap" menu_index="true" />
<action name="dispMenuAdminSiteDesign" type="view" standalone="true" menu_name="siteDesign" menu_index="true" />
<action name="getMenuAdminTplInfo" type="model" standalone="true" />
<action name="getMenuAdminItemInfo" type="model" standalone="true" />
<action name="getMenuAdminSiteMap" type="model" standalone="true" />
<action name="getMenuAdminInstalledMenuType" type="model" standalone="true" />
<action name="getMenuAdminDetailSetup" type="model" standalone="true" />
<action name="procMenuAdminInsert" type="controller" standalone="true" ruleset="insertMenu" />
<action name="procMenuAdminUpdate" type="controller" standalone="true" ruleset="updateMenuTitle" />
<action name="procMenuAdminDelete" type="controller" standalone="true" />
<action name="procMenuAdminInsertItem" type="controller" standalone="true" ruleset="insertMenuItem" />
<action name="procMenuAdminUpdateItem" type="controller" standalone="true" ruleset="updateMenuItem" />
<action name="procMenuAdminButtonUpload" type="controller" standalone="true" />
<action name="procMenuAdminInsertItemForAdminMenu" type="controller" standalone="true" />
<action name="procMenuAdminDeleteItem" type="controller" standalone="true" />
<action name="procMenuAdminMakeXmlFile" type="controller" standalone="true" />
<action name="procMenuAdminMoveItem" type="controller" standalone="true" />
<action name="procMenuAdminCopyItem" type="controller" standalone="true" />
<action name="procMenuAdminArrangeItem" type="controller" standalone="true" />
<action name="procMenuAdminUploadButton" type="controller" standalone="true" />
<action name="procMenuAdminDeleteButton" type="controller" standalone="true" />
<action name="procMenuAdminAllActList" type="controller" standalone="true" />
<action name="procMenuAdminUpdateAuth" type="controller" standalone="true" />
<action name="dispMenuMenu" type="mobile" standalone="true" />
</actions>
<menus>
<menu name="siteMap">
<title xml:lang="en">Menu Management</title>
<title xml:lang="ko">사이트</title>
<title xml:lang="en">Menu Editor</title>
<title xml:lang="ko">사이트 메뉴 편집</title>
<title xml:lang="jp">サイトマップ</title>
<title xml:lang="zh-CN">Menu Management</title>
<title xml:lang="zh-CN">Menu Editor</title>
<title xml:lang="zh-TW">選單管理</title>
<title xml:lang="es">Menu Management</title>
<title xml:lang="ru">Menu Management</title>
<title xml:lang="fr">Menu Management</title>
<title xml:lang="vi">Menu Management</title>
<title xml:lang="mn">Menu Management</title>
<title xml:lang="tr">Menu Management</title>
<title xml:lang="es">Menu Editor</title>
<title xml:lang="ru">Menu Editor</title>
<title xml:lang="fr">Menu Editor</title>
<title xml:lang="vi">Menu Editor</title>
<title xml:lang="mn">Menu Editor</title>
<title xml:lang="tr">Menu Editor</title>
</menu>
<menu name="siteDesign">
<title xml:lang="en">Site Design</title>
<title xml:lang="ko">사이트 디자인 설정</title>
<title xml:lang="jp">Site Design</title>
<title xml:lang="zh-CN">Site Design</title>
<title xml:lang="zh-TW">Site Design</title>
<title xml:lang="es">Site Design</title>
<title xml:lang="ru">Site Design</title>
<title xml:lang="fr">Site Design</title>
<title xml:lang="vi">Site Design</title>
<title xml:lang="mn">Site Design</title>
<title xml:lang="tr">Site Design</title>
</menu>
</menus>
</module>