Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_doubler_list.tpl
index 3816bf171cfc15ce43b6d9a655599f931bc5ec59..918fcd54084717ababa75226a26bf638435578d4 100644 (file)
@@ -1,15 +1,21 @@
-<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="160">
-               <strong>{!POINTS!}</strong></TD>
-               <TD class="doubler_header bottom2" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
-               </TD>
-       </TR>
+<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">
+                       <strong>{--_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="3" align="center" class="doubler_footer">&nbsp;</TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+       <tr>
+               <td colspan="3" align="center" class="doubler_footer">
+                       {--GUEST_DOUBLER_FOOTER--}
+               </td>
+       </tr>
+</table>
+</div>