]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_payout_overview_form.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_payout_overview_form.tpl
1 <form
2         action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&do=accept&amp;pid=$content[pid]&amp;task=$content[tid]"
3         method="POST"><input type="submit" class="admin_submit"
4         value="{--PAYOUT_ACCEPT_PAYOUT--}"></form>
5 <br />
6 <form
7         action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&do=reject&amp;pid=$content[pid]&amp;task=$content[tid]"
8         method="POST"><input type="submit" class="admin_delete"
9         value="{--PAYOUT_REJECT_PAYOUT--}"></form>