]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_welcome.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_welcome.tpl
index d7da82ff7d3adc7df355669f39f8a63b3ed755ec..74251c207ad0cede6f270949b653cdb609a5cfa2 100644 (file)
@@ -1,17 +1,22 @@
-<STRONG>: : : Willkommen zum Administrationsbereich : : :</STRONG>
-<BR />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
-       <TR>
-               <TD>
-               <DIV align="left" class="tiny">&nbsp;&nbsp;&nbsp;Hallo $username
-               !</DIV>
-               </TD>
-               <TD align="center" width="300" class="dashed"><FONT class="tiny">
-               Aktueller Admin: <STRONG title="Erweiterung admins nicht installiert.">{!__ADMIN_LOGIN!}</STRONG>
-               </FONT></TD>
-               <TD align="center" width="100" class="top2 bottom2 right2"><FONT
-                       class="tiny"> <A class="menu_blur admin_logout"
-                       href="{!URL!}/modules.php?module=admin&amp;action=logout">Ausloggen</A>
-               </FONT></TD>
-       </TR>
-</TABLE>
+<div align="center">
+       <strong class="big">: : : Willkommen zum Administrationsbereich : : :</strong>
+</div>
+
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+       <tr>
+               <td>
+                       <div align="left" class="tiny">
+                               Hallo {%pipe,getUsername%}!
+                       </div>
+               </td>
+               <td align="center" width="300" class="dashed tiny">
+                       Aktueller Admin:
+                       [<span class="notice tiny" title="Erweiterung admins nicht installiert.">$content[login]</span>]
+               </td>
+               <td class="logout_box top bottom right" align="center" width="100">
+                       <a class="logout_box tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
+               </td>
+       </tr>
+</table>
+</div>