]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_doubler_list.tpl
Renamed function, used more "pool functions":
[mailer.git] / templates / de / html / member / member_doubler_list.tpl
index b0586dc464345b8aa4ba5cc283409d2faa74844e..f358b838264eec7d980167023f61915a9fd32a94 100644 (file)
@@ -1,22 +1,24 @@
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="doubler_list dashed">
        <tr>
-               <td class="doubler_header bottom right" align="center" width="100">
+               <td class="header_column bottom right" align="center" width="100">
                        <strong>{--_USERID--}</strong>
                </td>
-               <td class="doubler_header bottom right" align="center" width="100">
-                       <strong>{--REFERAL_USERID--}</strong>
+               <td class="header_column bottom right" align="center" width="100">
+                       <strong>{--REFERRAL_USERID--}</strong>
                </td>
-               <td class="doubler_header bottom right" align="center" width="160">
+               <td class="header_column bottom right" align="center" width="160">
                        <strong>{?POINTS?}</strong>
                </td>
-               <td class="doubler_header bottom" align="center" width="160">
+               <td class="header_column bottom" align="center" width="160">
                        <strong>{--DOUBLER_TIMEMARK--}</strong>
                </td>
        </tr>
        $content
        <tr>
                <td colspan="4" align="center" class="table_footer">
-                       {--MEMBER_DOUBLER_FOOTER--}
+                       {--MEMBER_DOUBLER_NOTICE--}
                </td>
        </tr>
 </table>
+</div>