5be693200decdb3bc68ebbfedb9e06d95c394ba6
[mailer.git] / templates / de / html / admin / admin_config_active.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_active"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
4         class="admin_table dashed" width="580">
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>{--ADMIN_ACTIVE_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="275">{--ADMIN_ACTIVE_LIMIT--}:</TD>
17                 <TD width="10" class="seperator">&nbsp;</TD>
18                 <TD align="center" width="275"><INPUT type="input"
19                         name="active_limit" class="admin_normal" value="{!__LIMIT_VALUE!}"
20                         size="5" maxlength="20"></TD>
21                 <TD width="10" class="seperator">&nbsp;</TD>
22         </TR>
23         <TR>
24                 <TD colspan="5" height="7" class="seperator bottom2">&nbsp;</TD>
25         </TR>
26         <TR>
27                 <TD width="10" class="admin_footer seperator">&nbsp;</TD>
28                 <TD class="admin_footer" colspan="3" align="center"><INPUT
29                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
30                 <INPUT type="submit" name="ok" class="admin_submit"
31                         value="{--SAVE_SETTINGS--}"></TD>
32                 <TD width="10" class="admin_footer seperator">&nbsp;</TD>
33         </TR>
34 </TABLE>
35 </FORM>