]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_refback_list_level.tpl
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / member / member_refback_list_level.tpl
index 919910371d7c9a3dbe0c426bed48b06daeedd606..e4f04530c425221a49ccbcce852e697194302f55 100644 (file)
@@ -1,35 +1,35 @@
-<tr>
-       <td align="center">
+<div align="center" style="padding:0px;margin:0px">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="730">
 <tr>
-       <td align="center" class="member_header" colspan="5">
-               <strong>{--MEMBER_REFBACK_LIST_TITLE_1--}$content[level]{--MEMBER_REFBACK_LIST_TITLE_2--}$content[percents]{--MEMBER_REFBACK_LIST_TITLE_3--}</strong>
+       <td align="center" class="header_column" colspan="6">
+               <strong>{--MEMBER_REFBACK_LIST_TITLE_1--}$content[level]{--MEMBER_REFBACK_LIST_TITLE_2--}{%pipe,translateComma=$content[percents]%}{--MEMBER_REFBACK_LIST_TITLE_3--}</strong>
        </td>
 </tr>
 <tr>
-       <td align="center" class="header_column bottom2 right2">
+       <td align="center" class="header_column bottom right">
                <strong>{--MEMBER_REFBACK_REFID--}</strong>
        </td>
-       <td align="center" class="header_column bottom2 right2">
-               <strong>{--MEMBER_REFBACK_STATUS--}</strong>
+       <td align="center" class="header_column bottom right">
+               <strong>{--MEMBER_REFBACK_LEVEL_REFID--}</strong>
        </td>
-       <td align="center" class="header_column bottom2 right2">
+       <td align="center" class="header_column bottom right">
                <strong>{--MEMBER_REFBACK_PERCENTS--}</strong>
        </td>
-       <td align="center" class="header_column bottom2 right2">
+       <td align="center" class="header_column bottom right">
                <strong>{--MEMBER_REFBACK_POINTS--}</strong>
        </td>
-       <td align="center" class="header_column bottom2" width="142">
+       <td align="center" class="header_column bottom right">
+               <strong>{--MEMBER_JOINED--}</strong>
+       </td>
+       <td align="center" class="header_column bottom" width="134">
                <strong>{--MEMBER_REFBACK_EDIT--}</strong>
        </td>
 </tr>
 $content[rows]
 <tr>
-       <td align="center" class="member_footer" colspan="5">
-               <span class="member_note">{--MEMBER_REFLIST_COUNTER_1--}$content[counter]{--MEMBER_REFLIST_COUNTER_2--}</span>
+       <td align="center" class="member_footer" colspan="6">
+               <span class="member_note">{%message,MEMBER_REFLIST_COUNTER={%pipe,translateComma=$content[counter]%}%}</span>
        </td>
 </tr>
 </table>
-       </td>
-</tr>
-<tr><td class="seperator" height="5">&nbsp;</td></tr>
+</div>