rhymix/modules/menu/tpl/menu_insert.html

26 lines
805 B
HTML

<!--%import("js/menu_admin.js")-->
<!--#include("header.html")-->
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertMenu" action="./" method="post">
<input type="hidden" name="module" value="menu" />
<input type="hidden" name="act" value="procMenuAdminInsert" />
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="col">{$lang->cmd_menu_insert}</th>
<td>{nl2br($lang->about_menu_management)}</td>
</tr>
<tr>
<th scope="col">{$lang->title}</th>
<td>
<input type="text" name="title" value="{$menu_info->title}" />
<p>{$lang->about_title}</p>
</td>
</tr>
</table>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_submit}" /></span>
</div>
</form>