]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_home_main.tpl
Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_config_home_main.tpl
index f572c4605567dfefd673a4f1ee8007a32415cf65..e284e0198e0e7e15703444623006ae52aa49919c 100644 (file)
@@ -1,15 +1,17 @@
-<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="admin_table dashed">
+       <div class="admin_title bottom top left right">
+               <strong>{--ADMIN_CONFIG_HOME_TITLE--}</strong>
+       </div>
+       <div class="guest_menu_row">
+               <a class="menu_blur" href="{%url=modules.php?module=admin&amp;what=config_home&amp;sub=target%}">
+                       <strong><big>&middot;</big></strong>
+                       {--ADMIN_EDIT_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%}">
+                       <strong><big>&middot;</big></strong>
+                       {--ADMIN_EDIT_HOME_SETTINGS--}
+               </a>
+       </div>
+</div>