]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_bonus_emails_row.tpl
Introduced 'per-what-word-wrapping
[mailer.git] / templates / de / html / admin / admin_list_bonus_emails_row.tpl
index 7b283b95e4134894c939a627ba5a5a9a7d7ac203..12c32dde98ebeaf7c94970fdb0a9464652698d4c 100644 (file)
@@ -1,68 +1,68 @@
 <tr>
-  <td class="bottom top right" colspan="2" width="46%" align="center">
-    <div>{--EMAIL_SUBJECT--}:</div>
-    <div><strong class="admin_misc">$content[subject]</strong></div>
-  </td>
-  <td class="bottom top" width="54%" align="center">
-    <div>{--EMAIL_TEXT--}:</div>
-    <div><strong class="admin_misc">$content[text]</strong></div>
-  </td>
+       <td class="bottom right" colspan="2" width="46%" align="center">
+               <div>{--EMAIL_SUBJECT--}:</div>
+               <div><strong>$content[subject]</strong></div>
+       </td>
+       <td class="bottom" width="54%" align="center">
+               <div>{--EMAIL_TEXT--}:</div>
+               <div><strong><pre>$content[text]</pre></strong></div>
+       </td>
 </tr>
 <tr>
-  <td align="center" class="top bottom right" width="23%">
-    <div>{--EMAIL_POINTS--}:</div>
-    <div><strong class="admin_misc">{%pipe,translateComma=$content[points]%} {?POINTS?}</strong></div>
-  </td>
-  <td align="center" class="top bottom right" width="23%">
-    <div>{--EMAIL_SECONDS--}:</div>
-    <div><strong class="admin_misc">{%pipe,createFancyTime=$content[time]%}</strong></div>
-  </td>
-  <td align="center" class="top bottom">
-    <div>{--EMAIL_CATEGORY--}:</div>
-    <div><strong class="admin_misc">{%pipe,getCategory=$content[cat_id]%}</strong></div>
-  </td>
+       <td align="center" class="bottom right" width="23%">
+               <div>{--EMAIL_POINTS--}:</div>
+               <div><strong>{%pipe,translateComma=$content[points]%} {?POINTS?}</strong></div>
+       </td>
+       <td align="center" class="bottom right" width="23%">
+               <div>{--EMAIL_SECONDS--}:</div>
+               <div><strong>{%pipe,createFancyTime=$content[time]%}</strong></div>
+       </td>
+       <td align="center" class="bottom">
+               <div>{--EMAIL_CATEGORY--}:</div>
+               <div><strong>{%pipe,getCategory=$content[cat_id]%}</strong></div>
+       </td>
 </tr>
 <tr>
-  <td align="center" class="top bottom right">
-    <div>{--EMAIL_RECEIVERS--}:</div>
-    <div><strong class="admin_misc">{%pipe,translateComma=$content[mails_sent]%}</strong>
-    ({--EMAIL_RUIDS--}: <strong class="admin_misc">{%pipe,convertReceivers=$content[receivers]%}</strong>)</div>
-  </td>
-  <td align="center" class="top bottom right">
-    <div>{--USERS_LINKS--}:</div>
-    <div><strong class="admin_misc">$content[unconfirmed]</strong></div>
-  </td>
-  <td align="center" class="top bottom">
-    <div>{--EMAIL_POOL_TYPE--}:</div>
-    <div><strong class="admin_misc">{%pipe,translatePoolType=$content[data_type]%}</strong></div>
-  </td>
+       <td align="center" class="bottom right">
+               <div>{--EMAIL_RECEIVERS--}:</div>
+               <div><strong>{%pipe,translateComma=$content[mails_sent]%}</strong>
+               ({--EMAIL_RUIDS--}: <strong>{%pipe,convertReceivers=$content[receivers]%}</strong>)</div>
+       </td>
+       <td align="center" class="bottom right">
+               <div>{--USERS_LINKS--}:</div>
+               <div><strong>$content[unconfirmed]</strong></div>
+       </td>
+       <td align="center" class="bottom">
+               <div>{--EMAIL_POOL_TYPE--}:</div>
+               <div><strong>{%pipe,translatePoolType=$content[data_type]%}</strong></div>
+       </td>
 </tr>
 <tr>
-  <td align="center" class="top bottom right">
-    <div>{--EMAIL_TSEND--}:</div>
-    <div><strong class="admin_misc">$content[target_send]</strong></div>
-  </td>
-  <td align="center" class="top bottom right">
-    <div>{--EMAIL_URL--}:</div>
-    <div><strong class="admin_misc"><a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank">{--ADMIN_TEST_URL--}</a></strong></div>
-  </td>
-  <td align="center" class="top bottom">
-    <div>{--EMAIL_TIMESTAMP--}:</div>
-    <div><strong class="admin_misc">$content[timestamp]</strong></div>
-  </td>
+       <td align="center" class="bottom right">
+               <div>{--EMAIL_TSEND--}:</div>
+               <div><strong>$content[target_send]</strong></div>
+       </td>
+       <td align="center" class="bottom right">
+               <div>{--EMAIL_URL--}:</div>
+               <div><strong><a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank">{--ADMIN_TEST_URL--}</a></strong></div>
+       </td>
+       <td align="center" class="bottom">
+               <div>{--EMAIL_TIMESTAMP--}:</div>
+               <div><strong>$content[timestamp]</strong></div>
+       </td>
 </tr>
 <tr>
-  <td align="center" class="top right" colspan="2">
-    <div>{--EMAIL_URL--}:</div>
-    <div><strong class="admin_misc">$content[url]</strong></div>
-  </td>
-  <td align="center" class="top">
-    {--_UNUSED--}:<br />
-    <strong class="admin_misc">---</strong>
-  </td>
+       <td align="center" class="bottom right" colspan="2">
+               <div>{--EMAIL_URL--}:</div>
+               <div><strong>$content[url]</strong></div>
+       </td>
+       <td align="center" class="bottom">
+               {--_UNUSED--}:<br />
+               <strong>---</strong>
+       </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;bid=$content[id]%}">{--ADMIN_DELETE_BONUS_MAIL--}</a>
-  </td>
+       <td align="center" class="bottom admin_delete_link" colspan="3">
+               {%template,AdminBonusMailLinks=$content[id]%}
+       </td>
 </tr>