]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_mail_bonus_queue.tpl
Better text here
[mailer.git] / templates / de / html / member / member_mail_bonus_queue.tpl
index 649019f7c7992de63373e21ba4c4226777cc989f..1c819622888fca2be2fc7aef4317c21e2fbc9f1e 100644 (file)
@@ -1,3 +1,4 @@
+<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">
@@ -5,54 +6,54 @@
        </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_QUEUE--}</em></td>
+       <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
+       <td width="55%" align="center" class="switch_sw2 bottom"><em>{--EMAIL_STATUS_QUEUE--}</em></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">
                {--USERNAME_ADMIN_SHORT--}
        </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">
+       <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">
+       <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+       <td align="center" class="switch_sw1 bottom">
                $content[timestamp]
        </td>
 </tr>
 <tr>
-       <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
-       <td align="center" class="bottom">
+       <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+       <td align="center" class="switch_sw2 bottom">
                {%pipe,createFancyTime=$content[time]%}
        </td>
 </tr>
 <tr>
-       <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
-       <td align="center" class="bottom">
+       <td align="center" class="switch_sw1 bottom right">{--EMAIL_IS_NOTIFY--}</td>
+       <td align="center" class="switch_sw1 bottom">
                {%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">
+       <td align="center" class="switch_sw2 bottom right">{--EMAIL_POINTS--}:</td>
+       <td align="center" class="switch_sw2 bottom" style="padding-right:5px">
                {%pipe,translateComma=$content[points]%} {?POINTS?}
        </td>
 </tr>
@@ -62,4 +63,4 @@
        </td>
 </tr>
 </table>
-<p></p>
+</div></div>