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

This commit is contained in:
zero 2007-04-17 02:27:15 +00:00
parent 2fc90cfebc
commit 311d0fb0d7
3 changed files with 44 additions and 18 deletions

View file

@ -13,23 +13,37 @@
<div style="margin-bottom:10px;">
<table border="1" width="100%">
<tr>
<th>{$lang->title}</th>
<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>
<td>{nl2br($lang->about_menu_management)}</td>
</tr>
</table>
<!--@if($mid == 'admin')-->
<table border="1" width="100%">
<tr>
<th>{$lang->title}</th>
<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>
<td>{nl2br($lang->about_menu_management)}</td>
</tr>
</table>
<!--@else-->
<table border="1" width="100%">
<tr>
<th>{$lang->title}</th>
<td>{$menu_info->title}</td>
<td><input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','')}';return false;" /></td>
</tr>
<tr>
<th>{$lang->menu_management}</th>
<td colspan="2">{nl2br($lang->about_menu_management)}</td>
</tr>
</table>
<!--@end-->
<form id="fo_menu" action="./" method="get" onsubmit="return procFilter(this, insert_menu_item)">
<input type="hidden" name="title" value="{$menu_info->title}" />
@ -38,7 +52,7 @@
<input type="hidden" name="php_file" value="{$menu_info->php_file}" />
<table border="1" width="100%">
<col width="300" />
<col width="320" />
<col width="*" />
<tr valign="top">
<td>