Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_list_unconfirmed.tpl
index f42860088f6730141d87e9abfd18df8bfc5dd1cd..133c3b7b706520d0faa3994851e7e0e312b80106 100644 (file)
@@ -1,19 +1,27 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <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>
+       <td class="table_header bottom" colspan="5">
+               {--MEMBER_LIST_UNCONFIRMED_MAILS_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <td class="header_column bottom right" align="center">{--CONFIRM_LINK2--}:</td>
+       <td class="header_column bottom right" align="center">{--EMAIL_SENDER--}:</td>
+       <td class="header_column bottom right" align="center">{--EMAIL_DETAILS--}:</td>
+       <td class="header_column bottom right" align="center">{--EMAIL_TIMESTAMP--}:</td>
+       <td class="header_column bottom" align="center">{--EMAIL_POINTS--}:</td>
 </tr>
+
 $content[rows]
+
 <tr>
        <td align="right" class="table_footer right" colspan="4" style="padding-right:5px">
-               <strong>{--MEMBER_TOTAL_POINTS--}:</strong>
+               {--MEMBER_TOTAL_POINTS--}:
        </td>
        <td align="right" class="table_footer" style="padding-right:5px">
-               <strong>{%pipe,translateComma=$content[total_points]%} {?POINTS?}</strong>
+               {%pipe,translateComma=$content[total_points]%} {?POINTS?}
        </td>
 </tr>
 </table>