]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_login_form.tpl
Introduced 'per-what-word-wrapping
[mailer.git] / templates / de / html / admin / admin_login_form.tpl
index f34d9b11b12e0f4b230984e4bd4487dd8a473928..c0a4c27a241e2660f1440953ac92f4fa6308c357 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?$content[all_parameter]%}" method="post">
+{%form,formMethodPost=modules.php?$content[all_parameter]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -53,9 +53,9 @@
                <td align="center" colspan="2" class="table_footer">
                        <input type="hidden" name="timeout" value="0" />
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_LOGIN_SUBMIT--}" />
+                       <input type="submit" class="form_submit" name="login" value="{--ADMIN_LOGIN_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>