A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_autopurge.tpl
index ee5d21a797052b3dec70658523aa9785de12e5dd..28c65fcad8b21421c8269d1cc97c995721913096 100644 (file)
@@ -1,17 +1,19 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
-       class="admin_table dashed">
-       <TR>
-               <TD class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></TD>
-               <TD class="admin_title bottom2 right2" align="center"><strong>{--GENDER--}</strong></TD>
-               <TD class="admin_title bottom2 right2" align="center"><strong>{--SURNAME--}</strong></TD>
-               <TD class="admin_title bottom2 right2" align="center"><strong>{--FAMILY_NAME--}</strong></TD>
-               <TD class="admin_title bottom2 right2" align="center"><strong>{--ADDY--}</strong></TD>
-               <TD class="admin_title bottom2 right2" align="center"><strong>{--MEMBER_JOINED--}</strong></TD>
-               <TD class="admin_title bottom2 right2" align="center"><strong>{--LAST_SEEN--}</strong></TD>
-               <TD class="admin_title bottom2" align="center"><strong>{--AUTOPURGE_NOTIFIED--}</strong></TD>
-       </TR>
-       {!__AUTOPURGE_ROWS!}
-       <TR>
-               <TD colspan="8" class="admin_footer seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <!-- @TODO Shouldn't we add a title here? //-->
+       <tr>
+               <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--GENDER--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--SURNAME--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--FAMILY--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--EMAIL--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--MEMBER_JOINED--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--LAST_SEEN--}</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--AUTOPURGE_NOTIFIED--}</strong></td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="8" class="admin_footer">
+                       {--ADMIN_LIST_AUTOPURGE_FOOTER--}
+               </td>
+       </tr>
+</table>