]> 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 351e0f2d7e9ce063b6a23291c749f39c38ca363a..74251c207ad0cede6f270949b653cdb609a5cfa2 100644 (file)
@@ -1,21 +1,21 @@
 <div align="center">
-       <strong>: : : Willkommen zum Administrationsbereich : : :</strong>
+       <strong class="big">: : : Willkommen zum Administrationsbereich : : :</strong>
 </div>
 
-<div>
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" width="100%">
        <tr>
                <td>
                        <div align="left" class="tiny">
-                               Hallo $username!
+                               Hallo {%pipe,getUsername%}!
                        </div>
                </td>
                <td align="center" width="300" class="dashed tiny">
                        Aktueller Admin:
-                       [<span class="admin_note tiny" title="Erweiterung admins nicht installiert.">$content[login]</span>]
+                       [<span class="notice tiny" title="Erweiterung admins nicht installiert.">$content[login]</span>]
                </td>
-               <td class="admin_logout top bottom right" align="center" width="100">
-                       <a class="admin_logout tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
+               <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>