Even more XHTML fixes
[mailer.git] / templates / de / html / admin / admin_add_cat.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=config_cats" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" align="center"
3         class="admin_table dashed">
4         <tr>
5                 <td class="admin_title bottom2 seperator" width="10" height="30">&nbsp;</td>
6                 <td class="admin_title bottom2" align="center" colspan="3"><strong>{--ADD_NEW_CATEGORY--}</strong>
7                 </td>
8                 <td class="admin_title bottom2 seperator" width="10">&nbsp;</td>
9         </tr>
10         <tr>
11                 <td height="7" colspan="5" class="seperator">&nbsp;</td>
12         </tr>
13         <tr>
14                 <td class="seperator" width="10">&nbsp;</td>
15                 <td align="right" width="200"><strong>{--ENTER_CATNAME--}:</strong>
16                 </td>
17                 <td class="seperator" width="7">&nbsp;</td>
18                 <td><input type="text" name="catname" size="30" maxlength="255"
19                         class="admin_normal"></td>
20                 <td class="seperator" width="10">&nbsp;</td>
21         </tr>
22         <tr>
23                 <td height="7" colspan="5" class="seperator">&nbsp;</td>
24         </tr>
25         <tr>
26                 <td class="seperator" width="10">&nbsp;</td>
27                 <td align="right" width="200"><strong>{--SELECT_PARENT--}</strong>
28                 </td>
29                 <td class="seperator" width="7">&nbsp;</td>
30                 <td><select name="parent" size="1" class="admin_select">
31                         {--CATS--}
32                         <option value="-1">{--IS_TOP_CATEGORY--}</option>
33                 </select></td>
34                 <td class="seperator" width="10">&nbsp;</td>
35         </tr>
36         <tr>
37                 <td height="7" colspan="5" class="seperator">&nbsp;</td>
38         </tr>
39         <tr>
40                 <td class="seperator" width="10">&nbsp;</td>
41                 <td align="right" width="200"><strong>{--CAT_IS_VISIBLE--}</strong>
42                 </td>
43                 <td class="seperator" width="7">&nbsp;</td>
44                 <td>{--YES--}: <input type="radio" name="visible" value="Y"
45                         class="admin_normal" checked>&nbsp;&nbsp; {--NO--}: <input
46                         type="radio" name="visible" value="N" class="admin_normal"></td>
47                 <td class="seperator" width="10">&nbsp;</td>
48         </tr>
49         <tr>
50                 <td height="7" colspan="5" class="seperator bottom2">&nbsp;</td>
51         </tr>
52         <tr>
53                 <td class="admin_footer seperator" width="10">&nbsp;</td>
54                 <td class="admin_footer" colspan="3"><input
55                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
56                         type="submit" name="add" class="admin_submit"
57                         value="{--ADD_NEW_CAT--}" /></td>
58                 <td class="admin_footer seperator" width="10">&nbsp;</td>
59         </tr>
60 </table>
61 </form>