A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_transfer_list.tpl
index 7839d3919a6f91e5a521510517ab5b96b29653e1..d8c78c442dffffeeec58255a88467dd07b19c0e7 100644 (file)
@@ -1,28 +1,35 @@
-<DIV align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620"
-       class="member_table dashed">
-       <TR>
-               <TD colspan="5" align="center" class="member_title2 bottom2"
-                       height="30"><STRONG>{--__TRANSFER_TITLE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD width="80" align="center" class="member_title2 bottom2 right2">
-               <STRONG>{--TRANSFER_ID--}</STRONG></TD>
-               <TD width="120" align="center" class="member_title2 bottom2 right2">
-               <STRONG>{--TRANSFER_STAMP--}</STRONG></TD>
-               <TD width="120" align="center" class="member_title2 bottom2 right2">
-               <STRONG>{--TRANSFER_PARTY--}</STRONG></TD>
-               <TD width="230" align="center" class="member_title2 bottom2 right2">
-               <STRONG>{--TRANSFER_POINTS_REASON--}</STRONG></TD>
-               <TD width="80" align="center" class="member_title2 bottom2"><STRONG>{!POINTS!}</STRONG>
-               </TD>
-       </TR>
-       {--__TRANSFER_ROWS--}
-       <TR>
-               <TD colspan="4" align="right" class="member_footer right2">
-               {--__TRANSFER_SUM--} ({!POINTS!}):&nbsp;</TD>
-               <TD width="80" align="center" class="member_footer"><STRONG>{--__TRANSFER_TOTAL_VALUE!}</STRONG>
-               </TD>
-       </TR>
-</TABLE>
-</DIV>
\ No newline at end of file
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td colspan="5" align="center" class="table_header bottom">
+                       <strong>$content[title]</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="80" align="center" class="header_column bottom right">
+                       <strong>{--TRANSFER_ID--}</strong>
+               </td>
+               <td width="120" align="center" class="header_column bottom right">
+                       <strong>{--TRANSFER_STAMP--}</strong>
+               </td>
+               <td width="120" align="center" class="header_column bottom right">
+                       <strong>{--TRANSFER_PARTY--}</strong>
+               </td>
+               <td width="230" align="center" class="header_column bottom right">
+                       <strong>{--TRANSFER_POINTS_REASON--}</strong>
+               </td>
+               <td width="80" align="center" class="header_column bottom">
+                       <strong>{?POINTS?}</strong>
+               </td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="4" align="right" class="table_footer right">
+                       $content[balance] ({?POINTS?}):&nbsp;
+               </td>
+               <td width="80" align="center" class="table_footer">
+                       <strong>$content[total]</strong>
+               </td>
+       </tr>
+</table>
+</div>