]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_overview_form.tpl
Some rewrites
[mailer.git] / templates / de / html / admin / admin_payout_overview_form.tpl
index 2a67f662943aff9668252b9d55f0887a2665ba37..eaf474633a4a977cbefda20d21cbc62703d5e3df 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>
-<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 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="admin_submit" value="{--PAYOUT_ACCEPT_PAYOUT--}" />
+</form>
+<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="admin_delete" value="{--PAYOUT_REJECT_PAYOUT--}" />
+</form>