]> 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 a35287a5187c1f40bb9946baf74972c222c64840..1511f0e005e194874e7072331d454c052abb2728 100644 (file)
@@ -1,19 +1,20 @@
-<table border="0" cellspacing="0" cellpadding="0" width="680"
-       class="member_table dashed" align="center">
-
+<table border="0" cellspacing="0" cellpadding="0" width="680" class="table dashed" align="center">
        <tr>
-               <td colspan="5" align="center" class="member_title2" height="30">
-               <strong>{--PAYOUT_MEMBER_LIST_PAYOUTS--}:</strong></td>
+               <td colspan="5" align="center" class="table_header">
+                       <strong>{--MEMBER_PAYOUT_LIST_TITLE--}:</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>
+               <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>
-       {!__PAYOUT_ROWS!}
+       $content
        <tr>
-               <td colspan="5" class="seperator member_footer" height="10">&nbsp;</td>
+               <td colspan="5" align="center" class="table_footer">
+                       {--MEMBER_PAYOUT_LIST_FOOTER--}
+               </td>
        </tr>
 </table>