]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_points_failed.tpl
Removed some column aliases as they make it harder to check which column was ment
[mailer.git] / templates / de / html / mailid / mailid_points_failed.tpl
index c7d44e701531aabe424d77fc4d76d856bce85171..c0c8c4ffa82e953b94702b10068f228036181210 100644 (file)
@@ -1,14 +1,14 @@
-<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="mailid_table">
        <tr>
-               <td width="220" align="center">{--POINTS_NOT_ADDED_1--}<strong
-                       class="member_failed">$content[points]</strong> {--POINTS_NOT_ADDED_2--}
+               <td width="220" align="center">
+                       {%message,MEMBER_POINTS_NOT_ADDED=$content[payment]%}
                </td>
                <td align="center">
-               <table border="0" cellspacing="0" cellpadding="0" class="member_banner dashed">
-                       <tr>
-                               <td align="center">$content[banner]</td>
-                       </tr>
-               </table>
+                       <div class="banner dashed">
+                               {%template,LoadTemplate=mailid_banner%}
+                       </div>
                </td>
        </tr>
 </table>
+</div>