]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_points_failed.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / mailid / mailid_points_failed.tpl
index 41e15d9002c78fed793c99497d8a3bd4a9647723..a0900ed7198aad34c7bfd9f60ad0158007f60581 100644 (file)
@@ -1,25 +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="10" class="seperator">&nbsp;</td>
-               <td width="220" align="center">{--POINTS_NOT_ADDED_1--}<strong
-                       class="member_failed">{--_POINTS_VALUE!}</strong>&nbsp;{--POINTS_NOT_ADDED_2--}
+               <td width="220" align="center">
+                       {%message,POINTS_NOT_ADDED={%pipe,translateComma=$content[points]%}%}
                </td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="center">
-               <table border="0" cellspacing="0" cellpadding="0"
-                       class="member_banner dashed">
-                       <tr>
-                               <td height="3" class="seperator">&nbsp;</td>
-                       </tr>
-                       <tr>
-                               <td align="center">{--_TEMPLATE_BANNER--}</td>
-                       </tr>
-                       <tr>
-                               <td height="4" class="seperator">&nbsp;</td>
-                       </tr>
-               </table>
+                       <div class="banner dashed">
+                               $content[banner]
+                       </div>
                </td>
-               <td width="10" class="seperator">&nbsp;</td>
        </tr>
-</table>
\ No newline at end of file
+</table>
+</div>