]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_payout.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_payout.tpl
index e6b9ec12f19d3b23d6d6bcf7c6d3ee25daad404d..9be597ae371ebf7a869c24f0b641c45b6d042e1c 100644 (file)
@@ -1,20 +1,25 @@
-<table border="0" cellspacing="0" cellpadding="0" width="680" class="member_table dashed" align="center">
-       <tr>
-               <td colspan="5" align="center" class="member_title">
-                       <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>{--PAYOUT_TARGET_ACCOUNT2--}</strong></td>
-               <td width="100" align="center" class="header_column bottom right"><strong>{--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>{--PAYOUT_MEMBER_STATUS--}</strong></td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="5" align="center" class="member_footer">
-                       {--MEMBER_PAYOUT_LIST_FOOTER--}
-               </td>
-       </tr>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="680" class="table dashed" align="center">
+<tr>
+       <td colspan="5" align="center" class="table_header bottom">
+               {--MEMBER_PAYOUT_LIST_TITLE--}:
+       </td>
+</tr>
+
+<tr>
+       <td align="center" class="header_column bottom right">{--PAYOUT_TOTAL_PAYOUT--}</td>
+       <td align="center" class="header_column bottom right">{--MEMBER_PAYOUT_TARGET_ACCOUNT2--}</td>
+       <td align="center" class="header_column bottom right">{--MEMBER_PAYOUT_TARGET_BANK2--}</td>
+       <td align="center" class="header_column bottom right">{--PAYOUT_TIMESTAMP--}</td>
+       <td align="center" class="header_column bottom">{--MEMBER_PAYOUT_STATUS--}</td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="5" align="center" class="table_footer">
+               {--MEMBER_PAYOUT_LIST_FOOTER--}
+       </td>
+</tr>
 </table>
+</div>