]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_register2.tpl
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / templates / de / html / admin / admin_config_register2.tpl
index 798c8f178112118018813c76a52bc60332d52b61..17fe99889f7d21fc3700c09e71cfc7783f7a2bf9 100644 (file)
@@ -1,9 +1,9 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_register2%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_register2%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td class="table_header bottom" colspan="2" align="center">
-                       <strong>{--ADMIN_CONFIG_REGFORM_SETTINGS_TITLE--}</strong>
+                       <strong>{--ADMIN_CONFIG_REGISTER_TITLE--}</strong>
                </td>
        </tr>
        <tr>
@@ -35,9 +35,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>