Rewrites/fixes for handling config entries in SQLs
[mailer.git] / templates / de / html / member / member_payout.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="680" class="member_table dashed" align="center">
2         <tr>
3                 <td colspan="5" align="center" class="member_title">
4                         <strong>{--MEMBER_PAYOUT_LIST_TITLE--}:</strong>
5                 </td>
6         </tr>
7         <tr>
8                 <td width="180" align="center" class="header_column bottom right"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
9                 <td width="130" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_ACCOUNT2--}</strong></td>
10                 <td width="100" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_BANK2--}</strong></td>
11                 <td width="150" align="center" class="header_column bottom right"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
12                 <td width="120" align="center" class="header_column bottom"><strong>{--MEMBER_PAYOUT_STATUS--}</strong></td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="5" align="center" class="member_footer">
17                         {--MEMBER_PAYOUT_LIST_FOOTER--}
18                 </td>
19         </tr>
20 </table>