]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_notify_emails_row.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_notify_emails_row.tpl
index 0fed1bba754b0b17a45c88fcbe8c684b88792cf0..9ecc0e252c41f8dfb69968ba3119594128bfe6be 100644 (file)
@@ -1,72 +1,68 @@
 <tr>
-  <td class="bottom top2 right" colspan="2" width="46%" align="center">
+  <td class="bottom right" colspan="2" width="46%" align="center">
     {--EMAIL_SUBJECT--}:<br />
-    <strong class="admin_misc">$content[subject]</strong>
+    <strong>$content[subject]</strong>
   </td>
-  <td class="bottom top2" width="54%" align="center">
+  <td class="bottom" width="54%" align="center">
     {--EMAIL_TEXT--}:<br />
-    <strong class="admin_misc">$content[text]</strong>
+    <strong><pre>$content[text]</pre></strong>
   </td>
 </tr>
-<tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
 <tr>
-  <td align="center" class="top bottom right" width="23%">
+  <td align="center" class="bottom right" width="23%">
     {--EMAIL_POINTS--}:<br />
-    <strong class="admin_misc">$content[points] {?POINTS?}</strong>
+    <strong>{%pipe,translateComma=$content[points]%} {?POINTS?}</strong>
   </td>
-  <td align="center" class="top bottom right" width="23%">
+  <td align="center" class="bottom right" width="23%">
     {--EMAIL_SECONDS--}:<br />
-    <strong class="admin_misc">$content[time]</strong>
+    <strong>{%pipe,createFancyTime=$content[time]%}</strong>
   </td>
-  <td align="center" class="top bottom">
+  <td align="center" class="bottom">
     {--EMAIL_CATEGORY--}:<br />
-    <strong class="admin_misc">$content[category]</strong>
+    <strong>{%pipe,getCategory=$content[cat_id]%}</strong>
   </td>
 </tr>
-<tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
 <tr>
-  <td align="center" class="top bottom right">
+  <td align="center" class="bottom right">
     {--EMAIL_RECEIVERS--}:<br />
-    <strong class="admin_misc">$content[mails_sent]</strong>
-    ({--EMAIL_RUIDS--}: <strong class="admin_misc">$content[receivers]</strong>)
+    <strong>{%pipe,translateComma=$content[mails_sent]%}</strong>
+    ({--EMAIL_RUIDS--}: <strong>{%pipe,convertReceivers=$content[receivers]%}</strong>)
   </td>
-  <td align="center" class="top bottom right">
+  <td align="center" class="bottom right">
     {--USERS_LINKS--}:<br />
-    <strong class="admin_misc">$content[unconfirmed]</strong>
+    <strong>$content[unconfirmed_content]</strong>
   </td>
-  <td align="center" class="top bottom">
+  <td align="center" class="bottom">
     {--EMAIL_POOL_TYPE--}:<br />
-    <strong class="admin_misc">$content[type]</strong>
+    <strong>{%pipe,translatePoolType=$content[data_type]%}</strong>
   </td>
 </tr>
-<tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
 <tr>
-  <td align="center" class="top bottom right">
+  <td align="center" class="bottom right">
     {--EMAIL_TSEND--}:<br />
-    <strong class="admin_misc">$content[target_send]</strong>
+    <strong>{%pipe,translateComma=$content[target_send]%}</strong>
   </td>
-  <td align="center" class="top bottom right">
+  <td align="center" class="bottom right">
     {--EMAIL_URL--}:<br />
-    <strong class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
+    <strong><a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
   </td>
-  <td align="center" class="top bottom">
+  <td align="center" class="bottom">
     {--EMAIL_TIMESTAMP--}:<br />
-    <strong class="admin_misc">$content[timestamp]</strong>
+    <strong>$content[timestamp]</strong>
   </td>
 </tr>
-<tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
 <tr>
   <td align="center" class="top right" colspan="2">
     <div>{--EMAIL_URL--}:</div>
-    <div><strong class="admin_misc">$content[url]</strong></div>
+    <div><strong>$content[url]</strong></div>
   </td>
   <td align="center" class="top">
-    {--__UNUSED--}:<br />
-    <strong class="admin_misc">---</strong>
+    {--_UNUSED--}:<br />
+    <strong>---</strong>
   </td>
 </tr>
 <tr>
-  <td align="center" class="top2 admin_del_link" colspan="3">
-    <a href="{?URL?}/modules.php?module=admin&amp;what=del_email&amp;nid=$content[id]">{--ADMIN_DELETE_NOTIFY_MAIL--}</a>
+  <td align="center" class="top admin_delete_link" colspan="3">
+    <a href="{%url=modules.php?module=admin&amp;what=del_email&amp;nid=$content[id]%}">{--ADMIN_DELETE_NOTIFY_MAIL--}</a>
   </td>
 </tr>