Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_list_autopurge.tpl
index 0d6c9a14d29f7adf39c07f20fcc5e105c5a5f39e..8ac265926ea3f921c200802eeb12a84f3666bce6 100644 (file)
@@ -1,17 +1,17 @@
-<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>{--SEX--}</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 seperator">&nbsp;</td>
+       </tr>
+</table>