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