2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=mem_add%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
5 <td align="right" width="245">{--ADMIN_ENTER_TITLE--}:</td>
6 <td align="center" width="245">
7 <input type="text" class="form_field" name="title" size="30" maxlength="50" />
11 <td align="right">{--ADMIN_SELECT_WHAT_NAME--}:</td>
13 $content[what_selection]<br />
14 <span class="notice">({--ADMIN_CREATE_WHAT_FIRST--})</span>
18 <td align="right">{--ADMIN_SELECT_PARENT_MENU--}:</td>
20 $content[action_selection]<br />
21 <span class="notice">({--ADMIN_CREATE_ACTION_FIRST--})</span>
25 <td align="right">{--ADMIN_SELECT_BELOW_MENU--}:</td>
26 <td align="center">$content[below_selection]</td>
29 <td align="right">{--ADMIN_MENU_IS_VISIBLE--}:</td>
31 <select class="form_select" name="visible" size="1">
32 <option value="Y">{--YES--}</option>
33 <option value="N">{--NO--}</option>
38 <td class="bottom" align="right">{--ADMIN_MENU_IS_ACTIVE--}:</td>
39 <td class="bottom" align="center">
40 <select class="form_select" name="active" size="1">
41 <option value="N">{--YES--}</option>
42 <option value="Y">{--NO--}</option>
47 <td align="center" class="table_footer" colspan="2">
48 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
49 <input type="submit" class="form_submit" name="ok" value="{--ADMIN_ADD_MENU--}" />