]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_notify_emails_row.tpl
Rewrites for installation phase:
[mailer.git] / templates / de / html / admin / admin_list_notify_emails_row.tpl
index 8bee3efa939161583586e17d4871930d7662ba66..23f3902d7f50bbbbccfc7a0621bc14d6e60f3653 100644 (file)
@@ -8,53 +8,49 @@
     <strong class="admin_misc">$content[text]</strong>
   </td>
 </tr>
-<tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
 <tr>
   <td align="center" class="top bottom right" width="23%">
     {--EMAIL_POINTS--}:<br />
-    <strong class="admin_misc">$content[points] {?POINTS?}</strong>
+    <strong class="admin_misc">{%pipe,translateComma=$content[points]%} {?POINTS?}</strong>
   </td>
   <td align="center" class="top bottom right" width="23%">
     {--EMAIL_SECONDS--}:<br />
-    <strong class="admin_misc">$content[time]</strong>
+    <strong class="admin_misc">{%pipe,createFancyTime=$content[time]%}</strong>
   </td>
   <td align="center" class="top bottom">
     {--EMAIL_CATEGORY--}:<br />
-    <strong class="admin_misc">$content[category]</strong>
+    <strong class="admin_misc">{%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">
     {--EMAIL_RECEIVERS--}:<br />
-    <strong class="admin_misc">$content[mails_sent]</strong>
-    ({--EMAIL_RUIDS--}: <strong class="admin_misc">$content[receivers]</strong>)
+    <strong class="admin_misc">{%pipe,translateComma=$content[mails_sent]%}</strong>
+    ({--EMAIL_RUIDS--}: <strong class="admin_misc">{%pipe,convertReceivers=$content[receivers]%}</strong>)
   </td>
   <td align="center" class="top bottom right">
     {--USERS_LINKS--}:<br />
-    <strong class="admin_misc">$content[unconfirmed]</strong>
+    <strong class="admin_misc">$content[unconfirmed_content]</strong>
   </td>
   <td align="center" class="top bottom">
     {--EMAIL_POOL_TYPE--}:<br />
-    <strong class="admin_misc">$content[type]</strong>
+    <strong class="admin_misc">{%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">
     {--EMAIL_TSEND--}:<br />
-    <strong class="admin_misc">$content[target_send]</strong>
+    <strong class="admin_misc">{%pipe,translateComma=$content[target_send]%}</strong>
   </td>
   <td align="center" class="top bottom right">
     {--EMAIL_URL--}:<br />
-    <strong class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
+    <strong class="admin_misc"><a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
   </td>
   <td align="center" class="top bottom">
     {--EMAIL_TIMESTAMP--}:<br />
     <strong class="admin_misc">$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>
@@ -67,6 +63,6 @@
 </tr>
 <tr>
   <td align="center" class="top 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>
+    <a href="{%url=modules.php?module=admin&amp;what=del_email&amp;nid=$content[id]%}">{--ADMIN_DELETE_NOTIFY_MAIL--}</a>
   </td>
 </tr>