]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_emails_row.tpl
Introduced 'per-what-word-wrapping
[mailer.git] / templates / de / html / admin / admin_list_emails_row.tpl
index d923a2e9b4b85f20f60a3be41f84f36829de3f08..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[sent_email]%}</div>
+               <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>
@@ -54,6 +54,6 @@
 </tr>
 <tr>
        <td align="center" class="top admin_delete_link" colspan="3">
-               <a href="{%url=modules.php?module=admin&amp;what=del_email&amp;mid=$content[id]%}">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
+               {%template,AdminMemberMailLinks=$content[id]%}
        </td>
 </tr>