]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_mail_normal_active.tpl
Some CSS classes purged, ol.listing added, extensions fixed:
[mailer.git] / templates / de / html / member / member_mail_normal_active.tpl
index e220da1ae3539228ce7a51e3ee13b601c4b4b780..fd39879c5f2715bc31f8b5be529559579f748d06 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,48 +6,48 @@
        </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_ACTIVE--}</em></td>
+       <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</strong></td>
+       <td width="55%" align="center" class="switch_sw2 bottom"><em>{--EMAIL_STATUS_ACTIVE--}</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--}:</strong></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--}:</strong></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--}:</strong></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--}:</strong></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--}:</strong></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--}:</strong></td>
+       <td align="center" class="switch_sw2 bottom">
                {%pipe,createFancyTime=$content[time]%}
        </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_sw1 bottom right">{--EMAIL_POINTS--}:</strong></td>
+       <td align="center" class="switch_sw1 bottom" style="padding-right:5px">
                {%pipe,translateComma=$content[points]%} {?POINTS?}
        </td>
 </tr>
@@ -56,4 +57,4 @@
        </td>
 </tr>
 </table>
-<p></p>
+</div></div>