Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_active_table.tpl
index 08c2533a813cf1b8cfdc131baf76540e9482d2c2..57a6404db95e8797f301b32d1b64df18d9a21e54 100644 (file)
@@ -1,22 +1,26 @@
 <div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
-       class="guest_table dashed">
-       <TR>
-               <TD colspan="3" class="guest_title2 bottom2" height="30"><strong>{--GUEST_ACTIVE_HEADER--}</strong>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
-               </TD>
-               <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
-               </TD>
-               <TD class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
-               </TD>
-       </TR>
-       {!__ACTIVE_ROWS!}
-       <TR>
-               <TD colspan="3" align="center" class="guest_footer" height="30">
-               <div class="member_note tiny">{--GUEST_ACTIVE_FOOTER--}</div></TD>
-       </TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" width="480" class="guest_table dashed">
+       <tr>
+               <td colspan="3" class="guest_title bottom">
+                       <strong>{--GUEST_ACTIVE_HEADER--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="header_column bottom right">
+                       <strong>{--_UID--}:</strong>
+               </td>
+               <td class="header_column bottom right">
+                       <strong>{--TOTAL_POINTS--}:</strong>
+               </td>
+               <td class="header_column bottom">
+                       <strong>{--ADMIN_LAST_ONLINE--}:</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="3" align="center" class="guest_footer">
+                       <div class="member_note tiny">{--GUEST_ACTIVE_FOOTER--}</div>
+               </td>
+       </tr>
+</table>
 </div>