template
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_config_reg_pro.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_reg"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
4         class="admin_table dashed" width="430">
5         <TR>
6                 <TD class="admin_title bottom2 seperator" height="30" width="10">&nbsp;</TD>
7                 <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--EDIT_REGFORM_SETTINGS--}</STRONG>
8                 </TD>
9                 <TD class="admin_title bottom2 seperator" width="10">&nbsp;</TD>
10         </TR>
11         <TR>
12                 <TD colspan="6" height="7" class="seperator">&nbsp;</TD>
13         </TR>
14         <TR>
15                 <TD width="10" class="seperator">&nbsp;</TD>
16                 <TD align="right" width="250">{--LEAST_CATS--}:</TD>
17                 <TD width="10" class="seperator">&nbsp;</TD>
18                 <TD align="center" width="150"><INPUT type="text"
19                         name="least_cats" class="admin_normal" size="6" maxlength="6"
20                         value="{--LEAST_CATS_VALUE--}"></TD>
21                 <TD width="10" class="seperator">&nbsp;</TD>
22         </TR>
23         <TR>
24                 <TD colspan="6" height="7" class="seperator">&nbsp;</TD>
25         </TR>
26         <TR>
27                 <TD width="10" class="seperator">&nbsp;</TD>
28                 <TD align="right">{--DISPLAY_REFID--}:</TD>
29                 <TD width="10" class="seperator">&nbsp;</TD>
30                 <TD align="center">{--__CFG_SHOW_REFID--}</TD>
31                 <TD width="10" class="seperator">&nbsp;</TD>
32         </TR>
33         <TR>
34                 <TD colspan="6" height="7" class="seperator">&nbsp;</TD>
35         </TR>
36         <TR>
37                 <TD width="10" class="seperator">&nbsp;</TD>
38                 <TD align="right">{--IP_TIMEOUT--}:</TD>
39                 <TD width="10" class="seperator">&nbsp;</TD>
40                 <TD>{--__TIMEOUT_SELECTION--}</TD>
41                 <TD width="10" class="seperator">&nbsp;</TD>
42         </TR>
43         <TR>
44                 <TD colspan="6" height="7" class="seperator bottom2">&nbsp;</TD>
45         </TR>
46         <TR>
47                 <TD width="10" class="admin_footer seperator">&nbsp;</TD>
48                 <TD class="admin_footer" colspan="3" align="center"><INPUT
49                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
50                 <INPUT type="submit" name="ok" class="admin_submit"
51                         value="{--SAVE_SETTINGS--}"></TD>
52                 <TD width="10" class="admin_footer seperator">&nbsp;</TD>
53         </TR>
54 </TABLE>
55 </FORM>