mailer project continued:
[mailer.git] / templates / de / html / member / member_unconfirmed_table.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
3 <tr>
4         <td width="100" class="header_column bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
5         <td width="110" class="header_column bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
6         <td width="170" class="header_column bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
7         <td width="150" class="header_column bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
8         <td width="120" class="header_column bottom" align="center"><strong>{--EMAIL_POINTS--}:</strong></td>
9 </tr>
10 $content[rows]
11 <tr>
12         <td align="right" class="table_footer right" colspan="4" style="padding-right:5px">
13                 <strong>{--MEMBER_TOTAL_POINTS--}:</strong>
14         </td>
15         <td align="right" class="table_footer" style="padding-right:5px">
16                 <strong>{%pipe,translateComma=$content[total_points]%} {?POINTS?}</strong>
17         </td>
18 </tr>
19 </table>
20 </div>