]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/show_bonus_msg.tpl
Refback and referal points hopefully fixed:
[mailer.git] / templates / de / html / show_bonus_msg.tpl
index d5953d6305f7661e0555212154fe3d5753231d6c..8f7343e1081d3ed1e6aeb1421db042092a8bff29 100644 (file)
@@ -1,19 +1,29 @@
-<div>
-       Hallo {%pipe,translateGender=$content[gender]%} $content[surname] $content[family]!
+<div align="center">
+
+<div class="big">
+       Hallo {%user,gender,translateGender=$content[userid]%} {%user,surname=$content[userid]%} {%user,family=$content[userid]%}!
 </div>
+
 <div>
        {%message,MEMBER_BONUS_SHOW_TITLE=$content[mailid]%}:
 </div>
+
 <table border="0" cellspacing="0" cellpadding="0" width="300" class="table dashed">
        <tr>
-               <td width="80" align="center" class="header_column bottom"><strong>{--BONUS_RANK--}:</strong></td>
-               <td width="120" align="center" class="header_column bottom"><strong>{--_USERID--}:</strong></td>
-               <td width="100" align="center" class="header_column bottom"><strong>{?POINTS?}:</strong></td>
+               <td width="80" align="center" class="header_column bottom">
+                       <strong>{--BONUS_RANK--}:</strong>
+               </td>
+               <td width="120" align="center" class="header_column bottom">
+                       <strong>{--_USERID--}:</strong>
+               </td>
+               <td width="100" align="center" class="header_column bottom">
+                       <strong>{?POINTS?}:</strong>
+               </td>
        </tr>
        $content[rows]
        <tr>
                <td colspan="3" class="table_footer" align="center">
-                       <div class="tiny">$content[own]</div>
+                       $content[own]
                </td>
        </tr>
 </table>
        $content[rankings]
 </div>
 
-<div style="padding-top:5px;padding-bottom:5px" class="notice">
+<div style="padding-top:5px;padding-bottom:5px">
        <div>
-               Wir w&uuml;nschen allen Gewinnern viel Gl&uuml;ck bei der monatlichen Aktiv-Rallye!
+               {--MONTHLY_BONUS_RALLYE_GOOD_LUCK--}
        </div>
        <div>
-               Es k&ouml;nnen nur die ersten <u>{?bonus_ranks?}</u> die Aktiv-Rallye gewinnen. Der Rechtsweg ist ausgeschlossen.
+               {--MONTHLY_BONUS_RALLYE_RANKS_NOTE--}
        </div>
 </div>
+</div>