User list templates with lesser empty lines
[mailer.git] / templates / de / html / admin / admin_config_secure.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_secure"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
4         width="520" 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" colspan="3" align="center"><STRONG>{--EDIT_SECURITY_SETTINGS--}</STRONG>
8                 </TD>
9                 <TD class="admin_title bottom2 seperator" width="10">&nbsp;</TD>
10         </TR>
11         <TR>
12                 <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
13         </TR>
14         <TR>
15                 <TD width="10" class="seperator">&nbsp;</TD>
16                 <TD align="right" width="280">{--MIN_PASS_LENGTH--}:</TD>
17                 <TD width="10" class="seperator">&nbsp;</TD>
18                 <TD><INPUT type="text" name="pass_len" class="admin_normal"
19                         size="3" maxlength="3" value="{!__PASS_LEN!}"></TD>
20                 <TD width="10" class="seperator">&nbsp;</TD>
21         </TR>
22         <TR>
23                 <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
24         </TR>
25         <TR>
26                 <TD width="10" class="seperator">&nbsp;</TD>
27                 <TD align="right" width="280">{--ADMIN_SALT_LENGTH--}:</TD>
28                 <TD width="10" class="seperator">&nbsp;</TD>
29                 <TD><INPUT type="text" name="salt_length" class="admin_normal"
30                         size="3" maxlength="3" value="{!__SALT_LENGTH!}"></TD>
31                 <TD width="10" class="seperator">&nbsp;</TD>
32         </TR>
33         <TR>
34                 <TD colspan="5" height="7" class="seperator bottom2">&nbsp;</TD>
35         </TR>
36         <TR>
37                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
38                 <TD class="admin_footer" colspan="3" align="center"><INPUT
39                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
40                         type="submit" name="ok" class="admin_submit"
41                         value="{--SAVE_SETTINGS--}"></TD>
42                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
43         </TR>
44 </TABLE>
45 </FORM>
46
47 <DIV class="admin_note"><FONT class="admin_note">{--ADMIN_SALT_LENGTH_NOTE--}</FONT>
48 </DIV>