]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_validator.tpl
Removed some column aliases as they make it harder to check which column was ment
[mailer.git] / templates / de / html / admin / admin_config_validator.tpl
index 84aca3ac1453ac4f63dba0744eb48900a828105a..b87ce8f9c42e205fab7beb00d90ed8894faf200f 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_validator%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_validator%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -17,9 +17,9 @@
        <tr>
                <td colspan="2" class="table_footer">
                        <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>