Lock reason now saved in DB, deleted accounts shall be locked for re-registering...
[mailer.git] / templates / de / html / admin / admin_config_nickname.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_nickname" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
3         <TR>
4                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
5                 <STRONG>{--NICKNAME_ADMIN_CONFIG_HEADER--}</STRONG></TD>
6         </TR>
7         <TR>
8                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
9         </TR>
10         <TR>
11                 <TD width="400" align="right">{--ADMIN_NICKNAME_MIN_LENGTH--}:</TD>
12                 <TD class="seperator" width="10">&nbsp;</TD>
13                 <TD width="170">
14                         <INPUT type="text" name="nickname_len" class="admin_normal" value="{!__NICKNAME_LENGTH!}" size="3" maxlength="4" />
15                 </TD>
16         </TR>
17         <TR>
18                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
19         </TR>
20         <TR>
21                 <TD width="400" align="right">{--ADMIN_NICKNAME_PATTERN--}:</TD>
22                 <TD class="seperator" width="10">&nbsp;</TD>
23                 <TD width="170">
24                         <INPUT type="text" name="nickname_pattern" class="admin_normal" value="{!__NICKNAME_PATTERN!}" size="10" maxlength="255" />
25                 </TD>
26         </TR>
27         <TR>
28                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
29         </TR>
30         <TR>
31                 <TD width="400" align="right">{--ADMIN_NICKNAME_LANG_CHARS--}:</TD>
32                 <TD class="seperator" width="10">&nbsp;</TD>
33                 <TD width="170">
34                         <INPUT type="text" name="nickname_chars" class="admin_normal" value="{!__NICKNAME_LANG_CHARS!}" size="15" maxlength="255" />
35                 </TD>
36         </TR>
37         <TR>
38                 <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
39         </TR>
40         <TR>
41                 <TD colspan="3" class="admin_footer">
42                         <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
43                         <INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
44                 </TD>
45         </TR>
46 </TABLE>
47 </FORM>