]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_mail_normal_admin.tpl
Renamed function, used more "pool functions":
[mailer.git] / templates / de / html / member / member_mail_normal_admin.tpl
index 8f78c83a4708b80c6d7aaaed80062f52758d2eba..15b10113ff202814b0ddb5472f1e9427d0f45346 100644 (file)
@@ -1,59 +1,60 @@
-<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
+<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">
-               <strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
+               <strong>{%message,MEMBER_MAIL_NORMAL_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_ADMIN--}</em></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_ADMIN--}</td>
 </tr>
 <tr>
-       <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
-       <td align="center" class="bottom">
+       <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="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
-       <td align="center" class="bottom">
+       <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="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
-       <td align="center" class="bottom">
-               $content[text]
+       <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="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
-       <td align="center" class="bottom">
-               $content[category]
+       <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="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
-       <td align="center" class="bottom">
-               $content[timestamp]
+       <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+       <td align="center" class="switch_sw1 bottom">
+               $content[timestamp_ordered]
        </td>
 </tr>
 <tr>
-       <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
-       <td align="center" class="bottom">
-               $content[time]
+       <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+       <td align="center" class="switch_sw2 bottom">
+               {%pipe,getPaymentTime,createFancyTime=$content[payment_id]%}
        </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?}
+       <td align="center" class="switch_sw1 bottom right">{--EMAIL_POINTS--}:</td>
+       <td align="center" class="switch_sw1 bottom" style="padding-right:5px">
+               {%pipe,getPaymentPrice,translateComma=$content[payment_id]%} {?POINTS?}
        </td>
 </tr>
 <tr>
-       <td colspan="2" align="center" class="member_footer">
-               <strong>$content[user_status]</strong>
+       <td colspan="2" align="center" class="table_footer">
+               $content[user_mail_status]
        </td>
 </tr>
 </table>
-<p></p>
+</div></div>