branch prepared
[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>