mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
addon module not yet complete
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9029 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a9cc4543fe
commit
425b02531f
14 changed files with 352 additions and 209 deletions
|
|
@ -3,18 +3,19 @@
|
|||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispAddonAdminIndex" type="view" standalone="true" admin_index="true" />
|
||||
<action name="dispAddonAdminIndex" type="view" standalone="true" admin_index="true" menu_name="installedAddon" menu_index="true" />
|
||||
<action name="dispAddonAdminInfo" type="view" standalone="true" />
|
||||
<action name="dispAddonAdminSetup" type="view" standalone="true" />
|
||||
<action name="dispAddonAdminSetup" type="view" standalone="true" menu_name="installedAddon" />
|
||||
<action name="procAddonAdminToggleActivate" type="controller" standalone="true" />
|
||||
<action name="procAddonAdminSetupAddon" type="controller" standalone="true" />
|
||||
<action name="procAddonAdminSetupAddon" type="controller" standalone="true" ruleset="updateAddonSetup" />
|
||||
<action name="procAddonSetupAddonAddMid" type="controller" />
|
||||
<action name="procAddonSetupAddonDelMid" type="controller" />
|
||||
<action name="procAddonAdminSaveActivate" type="controller" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="installedAddon">
|
||||
<title xml:lang="en">Installed Addon</title>
|
||||
<title xml:lang="ko">애드온</title>
|
||||
<title xml:lang="ko">설치된 애드온</title>
|
||||
<title xml:lang="zh-CN">Installed Addon</title>
|
||||
<title xml:lang="jp">Installed Addon</title>
|
||||
<title xml:lang="es">Installed Addon</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue