]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_emails_row.tpl
Opps, that was no longer needed
[mailer.git] / templates / de / html / admin / admin_list_emails_row.tpl
index 650df97700e9b72ffe3e59b1ad8d852b084efd60..c8e4797e6e2e7c6ec691843fc80ef30e13fb3d22 100644 (file)
@@ -1,39 +1,39 @@
 <tr>
-       <td class="bottom top right" width="23%" align="center">
+       <td class="bottom right" width="23%" align="center">
                {--EMAIL_SENDER--}:<br />
                {%pipe,generateUserProfileLink=$content[sender]%}
        </td>
-       <td class="bottom top right" width="23%" align="center">
+       <td class="bottom right" width="23%" align="center">
                {--EMAIL_SUBJECT--}:<br />
                $content[subject]
        </td>
-       <td class="bottom top" width="54%" align="center">
+       <td class="bottom" width="54%" align="center">
                {--EMAIL_TEXT--}:<br />
-               $content[text]
+               <pre>$content[text]</pre>
        </td>
 </tr>
 <tr>
-       <td colspan="2" align="center" class="top bottom right">
+       <td colspan="2" align="center" class="bottom right">
                {--EMAIL_PAYMENT--}:<br />
                {%pipe,getPaymentTitlePrice=$content[payment_id]%}
        </td>
-       <td align="center" class="top bottom">
+       <td align="center" class="bottom">
                {--EMAIL_CATEGORY--}:<br />
                {%pipe,getCategory=$content[cat_id]%}
        </td>
 </tr>
 <tr>
-       <td align="center" class="top bottom right">
+       <td align="center" class="bottom right">
                {--EMAIL_RECEIVERS--}:<br />
                <div>{%pipe,translateComma=$content[mails_sent]%}</div>
                ({--EMAIL_RUIDS--}:
                <div>{%pipe,convertReceivers=$content[receivers]%}</div>)
        </td>
-       <td align="center" class="top bottom right">
+       <td align="center" class="bottom right">
                {--USERS_LINKS--}:<br />
                $content[unconfirmed]
        </td>
-       <td align="center" class="top bottom">
+       <td align="center" class="bottom">
                {--EMAIL_POOL_TYPE--}:<br />
                {%pipe,translatePoolType=$content[data_type]%}
        </td>
                $content[timestamp]
        </td>
 </tr>
-<tr>
-       <td align="center" class="top table_header" colspan="3">
-               {--ADMIN_LIST_NORMAL_EMAILS_ADMIN_LINKS--}
-       </td>
-</tr>
 <tr>
        <td align="center" class="top admin_delete_link" colspan="3">
                {%template,AdminMemberMailLinks=$content[id]%}