]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_mail_normal_active.tpl
Renamed function, used more "pool functions":
[mailer.git] / templates / de / html / member / member_mail_normal_active.tpl
index 72b674b8297ae10748e69c27d86a9aea79a1f2b8..e8043c3425603f884e8bc7a6637b3bee126c5a83 100644 (file)
@@ -1,4 +1,5 @@
-<div class="para"><div align="center">
+<div class="para">
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
 <tr>
        <td colspan="2" align="center" class="header_column bottom">
@@ -6,49 +7,49 @@
        </td>
 </tr>
 <tr>
-       <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</strong></td>
+       <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
        <td width="55%" align="center" class="switch_sw2 bottom">{--EMAIL_STATUS_ACTIVE--}</td>
 </tr>
 <tr>
-       <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</strong></td>
+       <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</td>
        <td align="center" class="switch_sw1 bottom">
                $content[sender]
        </td>
 </tr>
 <tr>
-       <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</strong></td>
+       <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</td>
        <td align="center" class="switch_sw2 bottom">
                $content[subject]
        </td>
 </tr>
 <tr>
-       <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</strong></td>
+       <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</td>
        <td align="center" class="switch_sw1 bottom">
                <pre>$content[text]</pre>
        </td>
 </tr>
 <tr>
-       <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</strong></td>
+       <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</td>
        <td align="center" class="switch_sw2 bottom">
                {%pipe,getCategory=$content[cat_id]%}
        </td>
 </tr>
 <tr>
-       <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</strong></td>
+       <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
        <td align="center" class="switch_sw1 bottom">
-               $content[timestamp]
+               $content[timestamp_ordered]
        </td>
 </tr>
 <tr>
-       <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</strong></td>
+       <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
        <td align="center" class="switch_sw2 bottom">
-               {%pipe,createFancyTime=$content[time]%}
+               {%pipe,getPaymentTime,createFancyTime=$content[payment_id]%}
        </td>
 </tr>
 <tr>
-       <td align="center" class="switch_sw1 bottom right">{--EMAIL_POINTS--}:</strong></td>
+       <td align="center" class="switch_sw1 bottom right">{--EMAIL_POINTS--}:</td>
        <td align="center" class="switch_sw1 bottom" style="padding-right:5px">
-               {%pipe,translateComma=$content[points]%} {?POINTS?}
+               {%pipe,getPaymentPrice,translateComma=$content[payment_id]%} {?POINTS?}
        </td>
 </tr>
 <tr>
@@ -57,4 +58,5 @@
        </td>
 </tr>
 </table>
-</div></div>
+</div>
+</div>