CSS class admin_footer now centered, a lot templates rewritten
[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>