]> 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 fedf236baf4b4d19ba44b5ea43d629510d07d799..360098b255e48bb893b617f0dcc8bff67f6159ea 100644 (file)
@@ -1,23 +1,23 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_active%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_active%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="admin_title bottom" colspan="2" align="center">
-                       <strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
+               <td class="table_header bottom" colspan="2" align="center">
+                       {--ADMIN_CONFIG_ACTIVE_TITLE--}
                </td>
        </tr>
        <tr>
-               <td align="right" width="275">{--ADMIN_ACTIVE_LIMIT--}:</td>
-               <td align="center" width="275">
-                       <input type="input" name="active_limit" class="admin_normal" value="{?active_limit?}" size="5" maxlength="20" />
+               <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>
        </tr>
        <tr>
-               <td class="admin_footer" colspan="2" align="center">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>