]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_register.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_register.tpl
index 4f913e779afc040bd122b2fd62ccc46b57c6fa7a..f71b88e3600d71f158f0cbfe7f437b49b8bd4077 100644 (file)
@@ -1,23 +1,23 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_register%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_register%}
 <table border="0" cellpadding="0" cellspacing="0" class="table dashed">
        <tr>
                <td colspan="3" align="center" class="table_header">
-                       <strong>{--ADMIN_CONFIG_REGISTER_MUST_TITLE--}:</strong>
+                       {--ADMIN_CONFIG_REGISTER_MUST_TITLE--}
                </td>
        </tr>
        <tr>
                <td width="20" class="header_column bottom right" align="center">{--ID_SELECT--}</td>
-               <td width="325" class="header_column bottom right" align="center">{--ADMIN_REGISTER_FIELD_NAME--}:</td>
-               <td width="105" class="header_column bottom" align="center">{--ADMIN_REGISTER_FIELD_REQUIRED--}</td>
+               <td width="325" class="header_column bottom right" align="center">{--ADMIN_CONFIG_REGISTER_FIELD_NAME--}</td>
+               <td width="105" class="header_column bottom" align="center">{--ADMIN_CONFIG_REGISTER_FIELD_REQUIRED--}</td>
        </tr>
        $content
        <tr>
                <td colspan="3" class="table_footer">
                        <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="ok" value="{--ADMIN_REGISTER_CHANGE_MUST--}" />
+                       <input type="submit" name="save_config" value="{--ADMIN_SAVE_REGISTER_MUST--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>