]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_payouts.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_list_payouts.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_payouts"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="admin_table dashed" align="center">
5         <TR>
6                 <TD colspan="6" align="center" class="admin_title" height="30"><strong>{--PAYOUT_ADMIN_LIST_PAYOUTS--}:</strong>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD width="20" align="center" class="admin_title bottom2 right2"><strong>{--_UID--}</strong></TD>
11                 <TD width="40" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></TD>
12                 <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></TD>
13                 <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></TD>
14                 <TD width="120" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></TD>
15                 <TD width="220" align="center" class="admin_title bottom2"><strong>{--PAYOUT_STATUS--}</strong></TD>
16         </TR>
17         {!__PAYOUT_ROWS!}
18         <TR>
19                 <TD colspan="6" class="admin_footer"><a
20                         href="{!URL!}/modules.php?module=admin&amp;what=list_payouts&do=delete">{--PAYOUT_DELETE_ALL_REQUESTS--}</a>
21                 </TD>
22         </TR>
23 </TABLE>
24 </form>