]> 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 0c3dab8a2b7a7a0cd5929bd9cf8bd780bce9c8ce..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>
@@ -53,7 +53,7 @@
        </td>
 </tr>
 <tr>
-       <td align="center" class="top admin_del_link" colspan="3">
-               <a href="{%url=modules.php?module=admin&amp;what=del_email&amp;mid=$content[id]%}">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
+       <td align="center" class="top admin_delete_link" colspan="3">
+               {%template,AdminMemberMailLinks=$content[id]%}
        </td>
 </tr>