Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_payout_reject_form.tpl
index 3fbc8df7164921adce201f152b6d5772942f69d4..85a5d59e70a009b09bc3bd02ffeb212cf35dc612 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$content[pid]&amp;task=$content[task]%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$content[pid]&amp;task=$content[task]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
        <tr>
                <td class="table_header bottom" align="center">
@@ -23,5 +23,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>