Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_config_active.tpl
index 2dd25e91b519a4680e9cd51a15a50da05d490097..145bfe897e3bb6e7b0fd12d34f1a3c12a981f1fc 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{?URL?}/modules.php?module=admin&amp;what=config_active" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_active" method="post" style="margin-bottom: 0px">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td class="admin_title bottom2 seperator" height="30" width="10">&nbsp;</td>
@@ -14,9 +14,9 @@
                <td width="10" class="seperator">&nbsp;</td>
                <td align="right" width="275">{--ADMIN_ACTIVE_LIMIT--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="center" width="275"><input type="input"
-                       name="active_limit" class="admin_normal" value="{!__LIMIT_VALUE!}"
-                       size="5" maxlength="20"></td>
+               <td align="center" width="275">
+                       <input type="input" name="active_limit" class="admin_normal" value="{?active_limit?}" size="5" maxlength="20" />
+               </td>
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
        <tr>
        </tr>
        <tr>
                <td width="10" class="admin_footer seperator">&nbsp;</td>
-               <td class="admin_footer" colspan="3" align="center"><input
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></td>
+               <td class="admin_footer" colspan="3" align="center">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               </td>
                <td width="10" class="admin_footer seperator">&nbsp;</td>
        </tr>
 </table>