]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_payout.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_payout.tpl
index 73d9d85aa4d31af19cc75926b284c107bc65be5a..1511f0e005e194874e7072331d454c052abb2728 100644 (file)
@@ -1,18 +1,20 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
-       class="member_table dashed" align="center">
-       <TR>
-               <TD colspan="5" align="center" class="member_title2" height="30">
-               <STRONG>{--PAYOUT_MEMBER_LIST_PAYOUTS--}:</STRONG></TD>
-       </TR>
-       <TR>
-               <TD width="180" align="center" class="member_title2 bottom2 right2"><STRONG>{--PAYOUT_TOTAL_PAYOUT--}</STRONG></TD>
-               <TD width="130" align="center" class="member_title2 bottom2 right2"><STRONG>{--PAYOUT_TARGET_ACCOUNT2--}</STRONG></TD>
-               <TD width="100" align="center" class="member_title2 bottom2 right2"><STRONG>{--PAYOUT_TARGET_BANK2--}</STRONG></TD>
-               <TD width="150" align="center" class="member_title2 bottom2 right2"><STRONG>{--PAYOUT_TIMESTAMP--}</STRONG></TD>
-               <TD width="120" align="center" class="member_title2 bottom2"><STRONG>{--PAYOUT_MEMBER_STATUS--}</STRONG></TD>
-       </TR>
-       {--__PAYOUT_ROWS--}
-       <TR>
-               <TD colspan="5" class="seperator member_footer" height="10">&nbsp;</TD>
-       </TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" width="680" class="table dashed" align="center">
+       <tr>
+               <td colspan="5" align="center" class="table_header">
+                       <strong>{--MEMBER_PAYOUT_LIST_TITLE--}:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="180" align="center" class="header_column bottom right"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
+               <td width="130" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_ACCOUNT2--}</strong></td>
+               <td width="100" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_BANK2--}</strong></td>
+               <td width="150" align="center" class="header_column bottom right"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--MEMBER_PAYOUT_STATUS--}</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="5" align="center" class="table_footer">
+                       {--MEMBER_PAYOUT_LIST_FOOTER--}
+               </td>
+       </tr>
+</table>