]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_session.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_config_session.tpl
index 439e92ef3da4ad0b4854479f85e2da9386959e6f..cce8f21d4b34f21e77e3dec696c4ef9d47cdb551 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_session%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_session%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -26,9 +26,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>