More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_payout_overview_form.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&do=accept&amp;pid=$content[pid]&amp;task=$content[tid]" method="post">
2         <input type="submit" class="admin_submit" value="{--PAYOUT_ACCEPT_PAYOUT--}" />
3 </form>
4 <br />
5 <form action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&do=reject&amp;pid=$content[pid]&amp;task=$content[tid]" method="post">
6         <input type="submit" class="admin_delete" value="{--PAYOUT_REJECT_PAYOUT--}" />
7 </form>