]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_emails_row.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_list_emails_row.tpl
index 68ab750bde198eaa1f7ec8efec78d8b06ec0479f..c48b41eb38986faebdb40ac1be4555e00c817cea 100644 (file)
@@ -1,61 +1,61 @@
-<TR>
-  <TD class="bottom top2 right" width="23%" align="center">
+<tr>
+  <td class="bottom2 top2 right" width="23%" align="center">
     {--EMAIL_SENDER--}:<br />
-    <STRONG class="admin_misc">$content[sender_link]</STRONG>
-  </TD>
-  <TD class="bottom top2 right" width="23%" align="center">
+    <div class="admin_misc">$content[sender_link]</div>
+  </td>
+  <td class="bottom2 top2 right" width="23%" align="center">
     {--EMAIL_SUBJECT--}:<br />
-    <STRONG class="admin_misc">$content[subject]</STRONG>
-  </TD>
-  <TD class="bottom top2" width="54%" align="center">
+    <div class="admin_misc">$content[subject]</div>
+  </td>
+  <td class="bottom2 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 colspan="2" align="center" class="top bottom right">
+    <div class="admin_misc">$content[text]</div>
+  </td>
+</tr>
+<tr><td height="5" colspan="3"></td></tr>
+<tr>
+  <td colspan="2" align="center" class="top2 bottom2 right">
     {--EMAIL_PAYMENT--}:<br />
-    <STRONG class="admin_misc">$content[payment]
-  </TD>
-  <TD align="center" class="top bottom">
+    <div class="admin_misc">$content[payment]
+  </td>
+  <td align="center" class="top2 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">
+    <div class="admin_misc">$content[category]
+  </td>
+</tr>
+<tr><td height="5" colspan="3"></td></tr>
+<tr>
+  <td align="center" class="top2 bottom2 right">
     {--EMAIL_RECEIVERS--}:<br />
-    <STRONG class="admin_misc">$content[sent_email]</STRONG>
-    ({--EMAIL_RUIDS--}: <STRONG class="admin_misc">$content[receivers]</STRONG>)
-  </TD>
-  <TD align="center" class="top bottom right">
+    <div class="admin_misc">$content[sent_email]</div>
+    ({--EMAIL_RUIDS--}: <div class="admin_misc">$content[receivers]</div>)
+  </td>
+  <td align="center" class="top2 bottom2 right">
     {--USERS_LINKS--}:<br />
-    <STRONG class="admin_misc">$content[unconfirmed]</STRONG>
-  </TD>
-  <TD align="center" class="top bottom">
+    <div class="admin_misc">$content[unconfirmed]</div>
+  </td>
+  <td align="center" class="top2 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">
+    <div class="admin_misc">$content[type]</div>
+  </td>
+</tr>
+<tr><td height="5" colspan="3"></td></tr>
+<tr>
+  <td align="center" class="top2 right">
     {--EMAIL_TSEND--}:<br />
-    <STRONG class="admin_misc">$content[target_send]</STRONG>
-  </TD>
-  <TD align="center" class="top right">
+    <div class="admin_misc">$content[target_send]</div>
+  </td>
+  <td align="center" class="top2 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">
+    <div class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></div>
+  </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;mid=$content[id]">{--ADMIN_DELETE_NORMAL_MAIL--}</A>
-  </TD>
-</TR>
+    <div class="admin_misc">$content[timestamp]</div>
+  </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;mid=$content[id]">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
+  </td>
+</tr>