HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_list_emails_row.tpl
index 68ab750bde198eaa1f7ec8efec78d8b06ec0479f..615f6e1697a14762dbaba7dea5ab9a11cb907b99 100644 (file)
@@ -1,61 +1,61 @@
 <TR>
   <TD class="bottom top2 right" width="23%" align="center">
     {--EMAIL_SENDER--}:<br />
-    <STRONG class="admin_misc">$content[sender_link]</STRONG>
+    <div class="admin_misc">$content[sender_link]</STRONG>
   </TD>
   <TD class="bottom top2 right" width="23%" align="center">
     {--EMAIL_SUBJECT--}:<br />
-    <STRONG class="admin_misc">$content[subject]</STRONG>
+    <div 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>
+    <div 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">
     {--EMAIL_PAYMENT--}:<br />
-    <STRONG class="admin_misc">$content[payment]
+    <div class="admin_misc">$content[payment]
   </TD>
   <TD align="center" class="top bottom">
     {--EMAIL_CATEGORY--}:<br />
-    <STRONG class="admin_misc">$content[category]
+    <div 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[sent_email]</STRONG>
-    ({--EMAIL_RUIDS--}: <STRONG class="admin_misc">$content[receivers]</STRONG>)
+    <div class="admin_misc">$content[sent_email]</STRONG>
+    ({--EMAIL_RUIDS--}: <div class="admin_misc">$content[receivers]</STRONG>)
   </TD>
   <TD align="center" class="top bottom right">
     {--USERS_LINKS--}:<br />
-    <STRONG class="admin_misc">$content[unconfirmed]</STRONG>
+    <div class="admin_misc">$content[unconfirmed]</STRONG>
   </TD>
   <TD align="center" class="top bottom">
     {--EMAIL_POOL_TYPE--}:<br />
-    <STRONG class="admin_misc">$content[type]</STRONG>
+    <div 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>
+    <div 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>
+    <div 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>
+    <div 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>
+    <a href="{!URL!}/modules.php?module=admin&amp;what=del_email&amp;mid=$content[id]">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
   </TD>
 </TR>