]> 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 8f1aa0326300bfa586b1fb153b8e0b4f7bb10411..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>