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