issue 70 core module menu setting at module.xml

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8612 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-07-20 02:33:06 +00:00
parent f2cf01c94d
commit f3df85dcca
16 changed files with 255 additions and 16 deletions

View file

@ -5,9 +5,51 @@
<actions>
<action name="dispAdminIndex" type="view" standalone="true" index="true" />
<action name="dispAdminConfig" type="view" standalone="true" />
<action name="dispAdminMenuSetup" type="view" standalone="true" menu_name="adminMenuSetup" menu_index="true" />
<action name="procAdminRecompileCacheFile" type="controller" standalone="true" />
<action name="procAdminLogout" type="controller" standalone="true" />
<action name="getAdminFTPList" type="model" standalone="true" />
</actions>
<menus>
<menu name="adminConfiguration">
<title xml:lang="en">General</title>
<title xml:lang="ko">일반</title>
<title xml:lang="zh-CN">General</title>
<title xml:lang="jp">General</title>
<title xml:lang="es">General</title>
<title xml:lang="ru">General</title>
<title xml:lang="fr">General</title>
<title xml:lang="zh-TW">General</title>
<title xml:lang="vi">General</title>
<title xml:lang="mn">General</title>
<title xml:lang="tr">General</title>
</menu>
<menu name="adminMenuSetup">
<title xml:lang="en">Admin Menu Setup</title>
<title xml:lang="ko">관리자 메뉴 설정</title>
<title xml:lang="zh-CN">Admin Menu Setup</title>
<title xml:lang="jp">Admin Menu Setup</title>
<title xml:lang="es">Admin Menu Setup</title>
<title xml:lang="ru">Admin Menu Setup</title>
<title xml:lang="fr">Admin Menu Setup</title>
<title xml:lang="zh-TW">Admin Menu Setup</title>
<title xml:lang="vi">Admin Menu Setup</title>
<title xml:lang="mn">Admin Menu Setup</title>
<title xml:lang="tr">Admin Menu Setup</title>
</menu>
<menu name="theme">
<title xml:lang="en">Theme</title>
<title xml:lang="ko">테마</title>
<title xml:lang="zh-CN">Theme</title>
<title xml:lang="jp">Theme</title>
<title xml:lang="es">Theme</title>
<title xml:lang="ru">Theme</title>
<title xml:lang="fr">Theme</title>
<title xml:lang="zh-TW">Theme</title>
<title xml:lang="vi">Theme</title>
<title xml:lang="mn">Theme</title>
<title xml:lang="tr">Theme</title>
</menu>
</menus>
</module>