]> 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 0f11db58184b6a66ad988d4eda9540f2027b13a0..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">
-    <div class="admin_done">{--ADMIN_BONUS_CONTENT--}</STRONG>
-  </TD>
-</TR>
+<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>
+
+</table>
 </div>