]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_unconfirmed_table_nopoints.tpl
Templates fixed, TODOs.txt updated
[mailer.git] / templates / de / html / member / member_unconfirmed_table_nopoints.tpl
index df69007ad5edd21f01d1b48116b5dc886628d1fa..99d3641819084cd210358932136c4c0ecb384af6 100644 (file)
@@ -1,14 +1,17 @@
-<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="550">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="550">
 <tr>
-       <td width="100" class="member_header bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
-       <td width="120" class="member_header bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
-       <td width="180" class="member_header bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
-       <td width="160" class="member_header bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+       <td width="100" class="header_column bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
+       <td width="120" class="header_column bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
+       <td width="180" class="header_column bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
+       <td width="160" class="header_column bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
 </tr>
 $content[rows]
 <tr>
-       <td class="member_footer seperator" colspan="4">
+       <td class="table_footer" colspan="4">
+               <!-- @TODO Nothing to say here? //-->
                &nbsp;
        </td>
 </tr>
 </table>
+</div>