Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_payouts.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_payouts%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="6" align="center" class="table_header">
6                         <strong>{--ADMIN_LIST_PAYOUTS--}:</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="20" align="center" class="header_column bottom right"><strong>{--_USERID--}</strong></td>
11                 <td width="40" align="center" class="header_column bottom right"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
12                 <td width="80" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_ACCOUNT2--}</strong></td>
13                 <td width="80" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_BANK2--}</strong></td>
14                 <td width="120" align="center" class="header_column bottom right"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
15                 <td width="220" align="center" class="header_column bottom"><strong>{--PAYOUT_STATUS--}</strong></td>
16         </tr>
17         $content
18         <tr>
19                 <td colspan="6" class="table_footer">
20                         <a href="{%url=modules.php?module=admin&amp;what=list_payouts&amp;do=delete%}">{--ADMIN_PAYOUT_DELETE_ALL_REQUESTS--}</a>
21                 </td>
22         </tr>
23 </table>
24 {%form_close%}
25 </div>