]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_transfer_list.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_transfer_list.tpl
index f88d53c28fb6e784f59d7d77609118f42f7f1ff8..d8c78c442dffffeeec58255a88467dd07b19c0e7 100644 (file)
@@ -1,26 +1,34 @@
 <div align="center">
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
        <tr>
-               <td colspan="5" align="center" class="member_title2 bottom2"
-                       height="30"><strong>{!__TRANSFER_TITLE!}</strong></td>
+               <td colspan="5" align="center" class="table_header bottom">
+                       <strong>$content[title]</strong>
+               </td>
        </tr>
        <tr>
        </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 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>
                </td>
        </tr>
-       {!__TRANSFER_ROWS!}
+       $content[rows]
        <tr>
        <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 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>
                </td>
        </tr>
 </table>