]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_doubler_list.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / member / member_doubler_list.tpl
index 2bab6336468c3f6ed604f38e65061e01bd43251b..dc57e51b297c95c3e44c0f2465ddf65f9d04b6dc 100644 (file)
@@ -1,17 +1,16 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
-       class="doubler_list dashed">
-       <TR>
-               <TD class="doubler_header bottom2 right2" align="center" width="100">
-               <STRONG>{--_UID--}</STRONG></TD>
-               <TD class="doubler_header bottom2 right2" align="center" width="100">
-               <STRONG>{--REF_UID--}</STRONG></TD>
-               <TD class="doubler_header bottom2 right2" align="center" width="160">
-               <STRONG>{!POINTS!}</STRONG></TD>
-               <TD class="doubler_header bottom2" align="center" width="160"><STRONG>{--DOUBLER_TIMEMARK--}</STRONG>
-               </TD>
-       </TR>
+<table border="0" cellspacing="0" cellpadding="0" class="doubler_list dashed">
+       <tr>
+               <td class="doubler_header bottom2 right2" align="center" width="100">
+               <strong>{--_UID--}</strong></td>
+               <td class="doubler_header bottom2 right2" align="center" width="100">
+               <strong>{--REF_UID--}</strong></td>
+               <td class="doubler_header bottom2 right2" align="center" width="160">
+               <strong>{?POINTS?}</strong></td>
+               <td class="doubler_header bottom2" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
+               </td>
+       </tr>
        $content
-       <TR>
-               <TD colspan="4" align="center" class="doubler_footer">&nbsp;</TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+       <tr>
+               <td colspan="4" align="center" class="doubler_footer">&nbsp;</td>
+       </tr>
+</table>
\ No newline at end of file