]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_stats.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_mods_stats.tpl
index 6c4947b6be8130a8a1c4d528dbfc9c2df8088454..bb5a210d752d353ac388399f78679ef81c13f090 100644 (file)
@@ -1,12 +1,11 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
-       class="admin_table dashed">
-       <TR>
-               <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_TITLE--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2"><STRONG>{--MODS_CLICKS--}</STRONG></TD>
-       </TR>
-       {!__MODS_ROWS!}
-       <TR>
-               <TD colspan="2" class="admin_footer"><FONT
-                       class="admin_note">{--MODS_ADMIN_EDIT_NOTE--}</FONT></TD>
-       </TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" width="480"
+       class="table dashed">
+       <tr>
+               <td align="center" class="table_header bottom right"><strong>{--ADMIN_MODS_TITLE--}</strong></td>
+               <td align="center" class="table_header bottom"><strong>{--ADMIN_MODS_CLICKS--}</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="2" class="table_footer"><div class="notice">{--ADMIN_MODS_EDIT_NOTE--}</div></td>
+       </tr>
+</table>