]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_mail_bonus_deleted.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / member / member_mail_bonus_deleted.tpl
index 207405312312a96447ffda35c4dbbcb30da67a8f..cf04ab36116e33d9311f0f8437325e905d07d40a 100644 (file)
@@ -1,18 +1,17 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom2">
-               <strong>{--MEMBER_MAIL_BONUS_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_BONUS_DETAILS_TITLE_2--}</strong>
+       <td colspan="2" align="center" class="header_column bottom">
+               <strong>{%message,MEMBER_MAIL_BONUS_DETAILS_TITLE=$content[id]%}</strong>
        </td>
 </tr>
 <tr>
        <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
        <td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_DELETED--}</em></td>
-       </td>
 </tr>
 <tr>
        <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
        <td align="center" class="bottom">
-               $content[sender]
+               {--USERNAME_ADMIN_SHORT--}
        </td>
 </tr>
 <tr>
@@ -30,7 +29,7 @@
 <tr>
        <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
        <td align="center" class="bottom">
-               $content[category]
+               {%pipe,getCategory=$content[category]%}
        </td>
 </tr>
 <tr>
 <tr>
        <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
        <td align="center" class="bottom">
-               $content[time]
+               {%pipe,createFancyTime=$content[time]%}
        </td>
 </tr>
 <tr>
        <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
        <td align="center" class="bottom">
-               $content[is_notify]
+               {%pipe,translateYesNo=$content[is_notify]%}
        </td>
 </tr>
 <tr>
        <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
        <td align="center" class="bottom" style="padding-right:5px">
-               $content[points] {!POINTS!}
+               {%pipe,translateComma=$content[points]%} {?POINTS?}
        </td>
 </tr>
 <tr>