]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_overview_form.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_payout_overview_form.tpl
index e088241aacd670ed0044d03119f64bfa994929f3..cad004280d0739d70752ef5481733bc68b8ced0b 100644 (file)
@@ -1,9 +1,7 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&do=accept&amp;pid=$content[pid]&amp;task=$content[tid]"
-       method="POST"><INPUT type="submit" class="admin_submit"
-       value="{--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" value="{--ADMIN_PAYOUT_ACCEPT_PAYOUT--}" />
+{%form_close%}
 <br />
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&do=reject&amp;pid=$content[pid]&amp;task=$content[tid]"
-       method="POST"><INPUT type="submit" class="admin_delete"
-       value="{--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" value="{--ADMIN_PAYOUT_REJECT_PAYOUT--}" />
+{%form_close%}