More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_config_active.tpl
1 <div align="center">
2 <form action="{!URL!}/modules.php?module=admin&amp;what=config_active" method="post" style="margin-bottom: 0px">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td class="admin_title bottom2 seperator" height="30" width="10">&nbsp;</td>
6                 <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
7                 </td>
8                 <td class="admin_title bottom2 seperator" width="10">&nbsp;</td>
9         </tr>
10         <tr>
11                 <td colspan="5" height="7" class="seperator">&nbsp;</td>
12         </tr>
13         <tr>
14                 <td width="10" class="seperator">&nbsp;</td>
15                 <td align="right" width="275">{--ADMIN_ACTIVE_LIMIT--}:</td>
16                 <td width="10" class="seperator">&nbsp;</td>
17                 <td align="center" width="275"><input type="input"
18                         name="active_limit" class="admin_normal" value="{!__LIMIT_VALUE!}"
19                         size="5" maxlength="20"></td>
20                 <td width="10" class="seperator">&nbsp;</td>
21         </tr>
22         <tr>
23                 <td colspan="5" height="7" class="seperator bottom2">&nbsp;</td>
24         </tr>
25         <tr>
26                 <td width="10" class="admin_footer seperator">&nbsp;</td>
27                 <td class="admin_footer" colspan="3" align="center"><input
28                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
29                 <input type="submit" name="ok" class="admin_submit"
30                         value="{--SAVE_SETTINGS--}" /></td>
31                 <td width="10" class="admin_footer seperator">&nbsp;</td>
32         </tr>
33 </table>
34 </form>
35 </div>