More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[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>