More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_list_autopurge.tpl
1 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
2         <!-- @TODO Shouldn't we add a title here? //-->
3         <tr>
4                 <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
5                 <td class="header_column bottom right" align="center"><strong>{--GENDER--}</strong></td>
6                 <td class="header_column bottom right" align="center"><strong>{--SURNAME--}</strong></td>
7                 <td class="header_column bottom right" align="center"><strong>{--FAMILY--}</strong></td>
8                 <td class="header_column bottom right" align="center"><strong>{--EMAIL--}</strong></td>
9                 <td class="header_column bottom right" align="center"><strong>{--MEMBER_JOINED--}</strong></td>
10                 <td class="header_column bottom right" align="center"><strong>{--LAST_SEEN--}</strong></td>
11                 <td class="header_column bottom" align="center"><strong>{--AUTOPURGE_NOTIFIED--}</strong></td>
12         </tr>
13         $content[rows]
14         <tr>
15                 <td colspan="8" class="admin_footer seperator">&nbsp;</td>
16         </tr>
17 </table>