Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / templates / de / html / admin / admin_add_max.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_email"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="500"
4         align="center" class="admin_table dashed">
5         <TR>
6                 <TD colspan="5" class="admin_title bottom2" align="center" height="30">
7                 <STRONG>{--ADMIN_ADD_MAX_VALUE!}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD class="seperator" colspan="5" height="3">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD class="seperator" width="10">&nbsp;</TD>
14                 <TD colspan="3" align="center">{--MAX_RECEIVE--}</TD>
15                 <TD class="seperator" width="10">&nbsp;</TD>
16         </TR>
17         <TR>
18                 <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
19         </TR>
20         <TR>
21                 <TD class="seperator" width="10">&nbsp;</TD>
22                 <TD align="right">{--ENTER_MAX_VALUE!}:</TD>
23                 <TD class="seperator" width="10">&nbsp;</TD>
24                 <TD><INPUT type="text" name="max" class="admin_normal" size="5"
25                         maxlength="5" value=""></TD>
26                 <TD class="seperator" width="10">&nbsp;</TD>
27         </TR>
28         <TR>
29                 <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
30         </TR>
31         <TR>
32                 <TD class="seperator" width="10">&nbsp;</TD>
33                 <TD align="right">{--ENTER_MAX_COMMENT--}:</TD>
34                 <TD class="seperator" width="10">&nbsp;</TD>
35                 <TD><INPUT type="text" name="comment" class="admin_normal"
36                         size="10" maxlength="255" value=""></TD>
37                 <TD class="seperator" width="10">&nbsp;</TD>
38         </TR>
39         <TR>
40                 <TD class="seperator bottom2" colspan="5" height="14">&nbsp;</TD>
41         </TR>
42         <TR>
43                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
44                 <TD class="admin_footer" colspan="3" align="center"><INPUT
45                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
46                         type="submit" name="add_max" class="admin_submit"
47                         value="{--ADD_MAX_RECEIVE--}"></TD>
48                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
49         </TR>
50 </TABLE>
51 </FORM>