rhymix/modules/menu/tpl/menu_insert.html

26 lines
831 B
HTML

<!--%import("filter/insert_menu.xml")-->
<!--%import("js/menu_admin.js")-->
<!--#include("header.html")-->
<form action="./" method="get" onsubmit="return procFilter(this, insert_menu)">
<table cellspacing="0" class="adminTable">
<tr>
<th scope="col"><div>{$lang->cmd_menu_insert}</div></th>
<td>{nl2br($lang->about_menu_management)}</td>
</tr>
<tr class="row2">
<th scope="col"><div>{$lang->title}</div></th>
<td>
<input type="text" name="title" value="{$menu_info->title}" class="inputTypeText w400" />
<p>{$lang->about_title}</p>
</td>
</tr>
<tr>
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_submit}" accesskey="s" /></span>
</td>
</tr>
</table>
</form>