]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/show_bonus_yr.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / show_bonus_yr.tpl
index 8245f6480924d96e88ce5a3d1f041ed307cd9d8f..6cd79eb7c21356dd08d56245066527e8f767304b 100644 (file)
@@ -1,8 +1,13 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="300" class="member_table">
-<TR>
-       <TD align="center">{--BONUS_SHOW_YOU_HAVE_CONFIRMED--} <STRONG
-               class="nobr">{!__YR_TMARK!}</STRONG> {--_ON--} <STRONG>{!__YR_LEVEL!}.</STRONG>
-       {--BONUS_SHOW_CONFIRMED_BONUS_IS--}:&nbsp;<STRONG class="nobr">{!__YR_POINTS!}
-       {!POINTS!}</STRONG></TD>
-</TR>
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="300" class="table">
+<tr>
+       <td align="center">
+               {--MEMBER_BONUS_SHOW_YOU_HAVE_CONFIRMED--}
+               <strong class="nobr">$content[timemark]</strong>
+               {--_ON--} <strong>$content[level].</strong>
+               {--MEMBER_BONUS_SHOW_CONFIRMED_BONUS_IS--}:
+               <strong class="nobr">{%pipe,translateComma=$content[points]%} {?POINTS?}</strong>
+       </td>
+</tr>
+</table>
+</div>