mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1147 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
93d1fa3582
commit
9955c5369d
2 changed files with 2 additions and 5 deletions
|
|
@ -102,9 +102,6 @@
|
|||
<table border="1" width="100%">
|
||||
<col width="300" />
|
||||
<col width="*" />
|
||||
<tr>
|
||||
<th colspan="2">{$menu->name} ({$lang->limit_menu_depth} : {$menu->maxdepth} {$lang->depth})</th>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td>
|
||||
<div id="menu_zone_{$menu_id}"></div>
|
||||
|
|
@ -125,7 +122,7 @@
|
|||
</table>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
loadTreeMenu("{$menu->xml_file}", "{$menu_id}", "menu_zone_{$menu_id}", "{$menu->name}", doGetMenuInfo, 0, doMoveTree);
|
||||
loadTreeMenu("{$menu->xml_file}", "{$menu_id}", "menu_zone_{$menu_id}", "{$menu->name} ({$lang->limit_menu_depth} : {$menu->maxdepth} {$lang->depth})", doGetMenuInfo, 0, doMoveTree);
|
||||
</script>
|
||||
<br />
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue