git-svn-id: http://xe-core.googlecode.com/svn/trunk@1147 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-16 01:37:13 +00:00
parent 93d1fa3582
commit 9955c5369d
2 changed files with 2 additions and 5 deletions

View file

@ -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-->