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

This commit is contained in:
zero 2007-04-16 12:25:48 +00:00
parent dbef8482f5
commit 8e669f0a79
4 changed files with 28 additions and 3 deletions

View file

@ -1,3 +1,4 @@
<!--%import("filter/update_menu_title.xml")-->
<!--%import("filter/insert_menu_item.xml")-->
<!--%import("filter/delete_menu_item.xml")-->
<!--%import("filter/move_menu_item.xml")-->
@ -15,7 +16,14 @@
<table border="1" width="100%">
<tr>
<th>{$lang->title}</th>
<td>{$menu_info->title}</td>
<td>
<form action="./" method="get" onsubmit="return procFilter(this, update_menu_title)">
<input type="hidden" name="menu_srl" value="{$menu_info->menu_srl}" />
<input type="text" name="title" value="{htmlspecialchars($menu_info->title)}" />
<input type="submit" value="{$lang->cmd_modify}" />
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','dispMenuAdminContent')}';return false;" />
</form>
</td>
</tr>
<tr>
<th>{$lang->menu_management}</th>