]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_active.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_active.tpl
index 98a217659d1c31266556b7f6c71366c27fc6eee2..360098b255e48bb893b617f0dcc8bff67f6159ea 100644 (file)
@@ -1,13 +1,13 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_active%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_active%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td class="table_header bottom" colspan="2" align="center">
-                       <strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
+                       {--ADMIN_CONFIG_ACTIVE_TITLE--}
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_ACTIVE_LIMIT--}:</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_ACTIVE_LIMIT--}</td>
                <td class="bottom" align="center">
                        <input type="input" name="active_limit" class="form_field" value="{?active_limit?}" size="5" maxlength="20" />
                </td>
@@ -15,9 +15,9 @@
        <tr>
                <td class="table_footer" colspan="2" align="center">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>