]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_autopurge.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_autopurge.tpl
index 87cb8a4c02133b86e9c936bae1c24007ed6a3a27..e22f568426ee0f94f799519b40dc6c92002ca391 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="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>{--ADMIN_AUTOPURGE_NOTIFIED--}</strong></td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="8" class="table_footer">
+                       {--ADMIN_LIST_AUTOPURGE_FOOTER--}
+               </td>
+       </tr>
+</table>