Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_list_autopurge.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="99%"
2         class="admin_table dashed">
3         <tr>
4                 <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
5                 <td class="admin_title bottom2 right2" align="center"><strong>{--GENDER--}</strong></td>
6                 <td class="admin_title bottom2 right2" align="center"><strong>{--SURNAME--}</strong></td>
7                 <td class="admin_title bottom2 right2" align="center"><strong>{--FAMILY_NAME--}</strong></td>
8                 <td class="admin_title bottom2 right2" align="center"><strong>{--ADDY--}</strong></td>
9                 <td class="admin_title bottom2 right2" align="center"><strong>{--MEMBER_JOINED--}</strong></td>
10                 <td class="admin_title bottom2 right2" align="center"><strong>{--LAST_SEEN--}</strong></td>
11                 <td class="admin_title bottom2" align="center"><strong>{--AUTOPURGE_NOTIFIED--}</strong></td>
12         </tr>
13         {!__AUTOPURGE_ROWS!}
14         <tr>
15                 <td colspan="8" class="admin_footer seperator">&nbsp;</td>
16         </tr>
17 </table>