]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_bonus_emails_row.tpl
Huge patchset (I don't recall all details):
[mailer.git] / templates / de / html / admin / admin_list_bonus_emails_row.tpl
index 6cd9ceaeeb3dd9e20a18303462720fea41392605..bdc73d3c892d8a6fa276a73efa2ffad667ff778a 100644 (file)
@@ -1,61 +1,68 @@
-<TR>
-  <TD class="bottom top2 right" colspan="2" width="46%" align="center">
-    {--EMAIL_SUBJECT--}:<br />
-    <STRONG class="admin_misc">$content[subject]</STRONG>
-  </TD>
-  <TD class="bottom top2" width="54%" align="center">
-    {--EMAIL_TEXT--}:<br />
-    <STRONG class="admin_misc">$content[text]</STRONG>
-  </TD>
-</TR>
-<TR><TD height="5" colspan="3"></TD></TR>
-<TR>
-  <TD align="center" class="top bottom right" width="23%">
-    {--EMAIL_POINTS--}:<br />
-    <STRONG class="admin_misc">$content[points] {--POINTS--}
-  </TD>
-  <TD align="center" class="top bottom right" width="23%">
-    {--EMAIL_SECONDS--}:<br />
-    <STRONG class="admin_misc">$content[time]
-  </TD>
-  <TD align="center" class="top bottom">
-    {--EMAIL_CATEGORY--}:<br />
-    <STRONG class="admin_misc">$content[category]
-  </TD>
-</TR>
-<TR><TD height="5" colspan="3"></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>)
-  </TD>
-  <TD align="center" class="top bottom right">
-    {--USERS_LINKS--}:<br />
-    <STRONG class="admin_misc">$content[unconfirmed]</STRONG>
-  </TD>
-  <TD align="center" class="top bottom">
-    {--EMAIL_POOL_TYPE--}:<br />
-    <STRONG class="admin_misc">$content[type]</STRONG>
-  </TD>
-</TR>
-<TR><TD height="5" colspan="3"></TD></TR>
-<TR>
-  <TD align="center" class="top right">
-    {--EMAIL_TSEND--}:<br />
-    <STRONG class="admin_misc">$content[target_send]</STRONG>
-  </TD>
-  <TD align="center" class="top right">
-    {--EMAIL_URL--}:<br />
-    <STRONG class="admin_misc"><A href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</A></STRONG>
-  </TD>
-  <TD align="center" class="top">
-    {--EMAIL_TIMESTAMP--}:<br />
-    <STRONG class="admin_misc">$content[timestamp]</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;bid=$content[id]">{--ADMIN_DELETE_BONUS_MAIL--}</A>
-  </TD>
-</TR>
+<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>
+</tr>
+<tr>
+  <td align="center" class="top bottom right" width="23%">
+    <div>{--EMAIL_POINTS--}:</div>
+    <div><strong class="admin_misc">$content[points] {?POINTS?}</strong></div>
+  </td>
+  <td align="center" class="top bottom right" width="23%">
+    <div>{--EMAIL_SECONDS--}:</div>
+    <div><strong class="admin_misc">$content[time]</strong></div>
+  </td>
+  <td align="center" class="top bottom">
+    <div>{--EMAIL_CATEGORY--}:</div>
+    <div><strong class="admin_misc">$content[category]</strong></div>
+  </td>
+</tr>
+<tr>
+  <td align="center" class="top bottom right">
+    <div>{--EMAIL_RECEIVERS--}:</div>
+    <div><strong class="admin_misc">$content[mails_sent]</strong>
+    ({--EMAIL_RUIDS--}: <strong class="admin_misc">$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">$content[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="$content[frametester]" 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>
+</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>
+</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>
+</tr>