]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_payout.tpl
Hotfix
[mailer.git] / templates / de / html / member / member_payout.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="680" class="table dashed" align="center">
3         <tr>
4                 <td colspan="5" align="center" class="table_header bottom">
5                         <strong>{--MEMBER_PAYOUT_LIST_TITLE--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td width="180" align="center" class="header_column bottom right"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
10                 <td width="130" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_ACCOUNT2--}</strong></td>
11                 <td width="100" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_BANK2--}</strong></td>
12                 <td width="150" align="center" class="header_column bottom right"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
13                 <td width="120" align="center" class="header_column bottom"><strong>{--MEMBER_PAYOUT_STATUS--}</strong></td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="5" align="center" class="table_footer">
18                         {--MEMBER_PAYOUT_LIST_FOOTER--}
19                 </td>
20         </tr>
21 </table>
22 </div>