Next phase of rewrite: member_header->header_column and other CSS class fixes/rewrites
[mailer.git] / templates / de / html / member / member_unconfirmed_table.tpl
index a066c0f2d1730450ae2cf7103f60d5f7978c2ef4..fe468bf3deff0724228bc4dd471cbbf5f3427583 100644 (file)
@@ -1,18 +1,18 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td width="100" class="member_header bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
-       <td width="110" class="member_header bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
-       <td width="170" class="member_header bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
-       <td width="150" class="member_header bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
-       <td width="120" class="member_header bottom" align="center"><strong>{--EMAIL_POINTS--}:</strong></td>
+       <td width="100" class="header_column bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
+       <td width="110" class="header_column bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
+       <td width="170" class="header_column bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
+       <td width="150" class="header_column bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+       <td width="120" class="header_column bottom" align="center"><strong>{--EMAIL_POINTS--}:</strong></td>
 </tr>
-{!__UNCONFIRMED_ROWS!}
+$content[rows]
 <tr>
        <td align="right" class="member_footer right" colspan="4" style="padding-right:5px">
                <strong>{--POINTS_SUM--}:</strong>
        </td>
        <td align="right" class="member_footer" style="padding-right:5px">
-               <strong>{!__TOTAL_POINTS!} {?POINTS?}</strong>
+               <strong>$content[total_points] {?POINTS?}</strong>
        </td>
 </tr>
 </table>