mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@361 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fa9582ab97
commit
a8b947f78b
3 changed files with 38 additions and 32 deletions
|
|
@ -86,8 +86,11 @@
|
|||
<input type="hidden" name="menu_id" value="{$menu_id}" />
|
||||
<table border="0">
|
||||
<tr valign="top">
|
||||
<td width="300">
|
||||
<td width="350">
|
||||
<div id="menu_zone_{$menu_id}"></div>
|
||||
<div>
|
||||
<input type="checkbox" id="{$menu_id}_enable_move" /> <label for="{$menu_id}_enable_move">{$lang->cmd_enable_move_menu}</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="button" value="{$lang->cmd_insert}" onclick="doInsertLayoutMenu('{$menu_id}');return false;" />
|
||||
<input type="button" value="{$lang->cmd_open_all}" onclick="openAllTreeMenu('{$menu_id}');return false;" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue