Title rows added to several table, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_list_autopurge.tpl
index 488400de4191996a773060d97359f3e5ac832b9b..c266e2f9d565c77586eaf9bf9c3be793133d2df7 100644 (file)
@@ -1,19 +1,25 @@
-<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>{--ADMIN_AUTOPURGE_NOTIFIED--}</strong></td>
-       </tr>
-       $content[rows]
-       <tr>
-               <td colspan="8" class="admin_footer">
-                       {--ADMIN_LIST_AUTOPURGE_FOOTER--}
-               </td>
-       </tr>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td colspan="8" class="table_header" align="center">
+               <strong>{--ADMIN_LIST_AUTOPURGE_TITLE--}</strong>
+       </td>
+</tr>
+<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>
+</div>