]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_bonus_emails.tpl
Removed deprecated 'hidden' column from mod_reg table.
[mailer.git] / templates / de / html / admin / admin_list_bonus_emails.tpl
index 2f57864037d1564e12aeeaea5992b88c70d47689..256376bb2e2a604fa985abda69d2ce0ae294b223 100644 (file)
@@ -1,12 +1,16 @@
-<DIV align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
-<TR>
-  <TD colspan="3" align="center" height="25" class="admin_title">
-    <STRONG class="admin_done">{--ADMIN_BONUS_CONTENT--}</STRONG>
-  </TD>
-</TR>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td colspan="3" align="center" class="table_header bottom">
+               <strong>{--ADMIN_LIST_BONUS_TITLE--}</strong>
+       </td>
+</tr>
+
 $content[nav]
+
 $content[rows]
+
 $content[nav]
-</TABLE>
-</DIV>
+
+</table>
+</div>