]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_home.tpl
Renamed a lot language strings to new naming convention, first english translation...
[mailer.git] / templates / de / html / admin / admin_config_home.tpl
index 59e89d43c756d5773329759f8b49593b2a3ff328..66021b611f9ceb8a2226c6767b1f579a10cc9b6c 100644 (file)
@@ -1,17 +1,20 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_CONFIG_HOME--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="center" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MENU_WHAT--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2"><STRONG>{--HOME_ACTION--}</STRONG></TD>
-       </TR>
-       {--__HOME_ROWS--}
-       <TR>
-               <TD colspan="3" class="admin_footer" align="center"><FONT
-                       class="admin_note">{--HOME_BOTTOM_NOTE--}</FONT></TD>
-       </TR>
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td colspan="3" align="center" class="table_header">
+                       <strong>{--ADMIN_CONFIG_SET_HOME--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--ADMIN_MENU_WHAT--}</strong></td>
+               <td align="center" class="header_column bottom"><strong>{--ADMIN_HOME_ACTION--}</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="3" class="table_footer">
+                       <div class="notice">{--ADMIN_CONFIG_SET_HOME_NOTE--}</div>
+               </td>
+       </tr>
+</table>
+</div>