Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_login_form.tpl
index 68b515f593e77e93e0efe821834fb101cacadee7..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">
@@ -57,5 +57,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>