Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_add_payment.tpl
index 851322593918b9527787489451f91429a377ef0a..46287db1dfdbbcc377001ff725c0c1739e27f31d 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=payments&amp;do=add%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=payments&amp;do=add%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="410">
        <tr>
                <td class="table_header bottom" colspan="2">
@@ -39,5 +39,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>