c16852b5e9eaf5e5d18b3cd97bb0a01a5205b2b6
[mailer.git] / templates / de / html / admin / admin_config_active.tpl
1 <div align="center">
2 <form accept-charset="utf-8" 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" colspan="2" align="center">
6                         <strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="right" width="275">{--ADMIN_ACTIVE_LIMIT--}:</td>
11                 <td align="center" width="275">
12                         <input type="input" name="active_limit" class="admin_normal" value="{?active_limit?}" size="5" maxlength="20" />
13                 </td>
14         </tr>
15         <tr>
16                 <td class="admin_footer" colspan="2" align="center">
17                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
18                         <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
19                 </td>
20         </tr>
21 </table>
22 </form>
23 </div>