]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_payout_overview_form.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_payout_overview_form.tpl
1 {%form,formMethodPost=modules.php?module=admin&what=list_payouts&do=accept&pid=$content[pid]&task=$content[tid]%}
2         <input type="submit" class="form_submit" name="accept" value="{--ADMIN_PAYOUT_ACCEPT_PAYOUT--}" />
3 {%form_close%}
4 <br />
5 {%form,formMethodPost=modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$content[pid]&amp;task=$content[tid]%}
6         <input type="submit" class="form_delete" name="reject" value="{--ADMIN_PAYOUT_REJECT_PAYOUT--}" />
7 {%form_close%}