]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_home_main.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_home_main.tpl
index f572c4605567dfefd673a4f1ee8007a32415cf65..e51300007c4c37c862d419173e776d6693055449 100644 (file)
@@ -1,15 +1,13 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table" width="320">
-       <TR>
-               <TD align="center" class="admin_header top2 bottom2 left2 right2"
-                       height="30"><strong>{--ADMIN_CONFIG_HOME_TITLE--}</strong></TD>
-       </TR>
-       <TR>
-               <TD class="guest_menu_row"><a class="menu_blur"
-                       href="{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=target">&nbsp;<strong><BIG>&middot;</BIG></strong>&nbsp;{--ADMIN_EDIT_HOME_TARGET--}</a></TD>
-       </TR>
-       <TR>
-               <TD class="guest_menu_bottom"><a class="menu_blur"
-                       href="{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=settings">&nbsp;<strong><BIG>&middot;</BIG></strong>&nbsp;{--ADMIN_EDIT_HOME_SETTINGS--}</a></TD>
-       </TR>
-</TABLE>
+<div align="center" class="table dashed">
+       <div class="table_header bottom top left right">
+               {--ADMIN_CONFIG_HOME_MAIN_TITLE--}
+       </div>
+
+       <div class="guest_menu_row">
+               <a class="menu_blur" href="{%url=modules.php?module=admin&amp;what=config_home&amp;sub=target%}"><big>&middot;</big> {--ADMIN_CONFIG_HOME_TARGET--}</a>
+       </div>
+
+       <div class="guest_menu_bottom">
+               <a class="menu_blur" href="{%url=modules.php?module=admin&amp;what=config_home&amp;sub=settings%}"><big>&middot;</big> {--ADMIN_CONFIG_HOME_SETTINGS_LINK--}</a>
+       </div>
+</div>