2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_cats" method="post" style="margin-bottom: 0px">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
5 <td class="admin_title bottom2 seperator" width="10" height="30"> </td>
6 <td class="admin_title bottom2" align="center" colspan="3">
7 <strong>{--ADD_NEW_CATEGORY--}</strong>
9 <td class="admin_title bottom2 seperator" width="10"> </td>
12 <td height="7" colspan="5" class="seperator"> </td>
15 <td class="seperator" width="10"> </td>
16 <td align="right" width="200">
17 <strong>{--ENTER_CATNAME--}:</strong>
19 <td class="seperator" width="7"> </td>
21 <input type="text" class="admin_normal" name="catname" size="30" maxlength="255" />
23 <td class="seperator" width="10"> </td>
26 <td height="7" colspan="5" class="seperator"> </td>
29 <td class="seperator" width="10"> </td>
30 <td align="right" width="200">
31 <strong>{--SELECT_PARENT--}</strong>
33 <td class="seperator" width="7"> </td>
34 <td><select name="parent" size="1" class="admin_select">
36 <option value="-1">{--IS_TOP_CATEGORY--}</option>
38 <td class="seperator" width="10"> </td>
41 <td height="7" colspan="5" class="seperator"> </td>
44 <td class="seperator" width="10"> </td>
45 <td align="right" width="200">
46 <strong>{--CAT_IS_VISIBLE--}</strong>
48 <td class="seperator" width="7"> </td>
50 {--YES--}: <input type="radio" class="admin_normal" name="visible" value="Y" checked="checked" />
51 {--NO--}: <input type="radio" class="admin_normal" name="visible" value="N" />
53 <td class="seperator" width="10"> </td>
56 <td height="7" colspan="5" class="seperator bottom2"> </td>
59 <td class="admin_footer seperator" width="10"> </td>
60 <td class="admin_footer" colspan="3">
61 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
62 <input type="submit" name="add" class="admin_submit" value="{--ADD_NEW_CAT--}" />
64 <td class="admin_footer seperator" width="10"> </td>