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