]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_overview_form.tpl
More rewrites to configuration:
[mailer.git] / templates / de / html / admin / admin_payout_overview_form.tpl
index 6567c8edaf688d78ab3b6e139725ef707cf95dd0..a677afba2a1493f9bf53336880c283141e693d5a 100644 (file)
@@ -1,7 +1,7 @@
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_payouts&amp;do=accept&amp;pid=$content[pid]&amp;task=$content[tid]%}" method="post">
-       <input type="submit" class="form_submit" value="{--ADMIN_PAYOUT_ACCEPT_PAYOUT--}" />
-</form>
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_payouts&amp;do=accept&amp;pid=$content[pid]&amp;task=$content[tid]%}
+       <input type="submit" class="form_submit" name="accept" value="{--ADMIN_PAYOUT_ACCEPT_PAYOUT--}" />
+{%form_close%}
 <br />
-<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[tid]%}" method="post">
-       <input type="submit" class="form_delete" value="{--ADMIN_PAYOUT_REJECT_PAYOUT--}" />
-</form>
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$content[pid]&amp;task=$content[tid]%}
+       <input type="submit" class="form_delete" name="reject" value="{--ADMIN_PAYOUT_REJECT_PAYOUT--}" />
+{%form_close%}