]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_overview_form.tpl
ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_payout_overview_form.tpl
index 243b5d3fd7943f204538b8aad7240923a635b939..8f572608a6ef5b113eb6e80300cb6ede0b38efb3 100644 (file)
@@ -1,7 +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">
+<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 action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&do=reject&amp;pid=$content[pid]&amp;task=$content[tid]" method="post">
+<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>