]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_doubler_list.tpl
Rewrites/fixes for handling config entries in SQLs
[mailer.git] / templates / de / html / member / member_doubler_list.tpl
index e665ee6c0fd64378cdab284e6c4f1f35c1f339f8..cbb5718f64c93bd4f33778b1bfc09a073e559abc 100644 (file)
@@ -1,17 +1,22 @@
-<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 bottom right" align="center" width="100">
+                       <strong>{--_UID--}</strong>
+               </td>
+               <td class="doubler_header bottom right" align="center" width="100">
+                       <strong>{--REF_UID--}</strong>
+               </td>
+               <td class="doubler_header bottom right" align="center" width="160">
+                       <strong>{?POINTS?}</strong>
+               </td>
+               <td class="doubler_header bottom" 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">
+                       {--MEMBER_DOUBLER_FOOTER--}
+               </td>
+       </tr>
+</table>