mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1189 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6a0f11e893
commit
0f262440cc
4 changed files with 8 additions and 6 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<input type="checkbox" id="menu_enable_move" /> <label for="menu_enable_move">{$lang->cmd_enable_move_menu}</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="button" value="{$lang->cmd_insert}" onclick="doInsertMenuItem('menu');return false;" />
|
||||
<input type="button" value="{$lang->cmd_insert}" onclick="doInsertMenuItem(0);return false;" />
|
||||
<input type="button" value="{$lang->cmd_open_all}" onclick="openAllTreeMenu('menu');return false;" />
|
||||
<input type="button" value="{$lang->cmd_close_all}" onclick="closeAllTreeMenu('menu');return false;" />
|
||||
<input type="button" value="{$lang->cmd_remake_cache}" onclick="doReloadTreeMenu('{$menu_info->menu_srl}');return false;" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue