]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_welcome_admins.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_welcome_admins.tpl
index 67e1666b219c63ce8bd6ee809e6f6b9f08fbfb7a..8b574d39dfad2df283356ce77760331a5e2205c6 100644 (file)
@@ -1,18 +1,22 @@
-<strong>: : : Willkommen zum Administrationsbereich : : :</strong>
-<br />
+<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="medium">
-                               Hallo $username!
+                               Hallo {%pipe,getUsername%}!
                        </div>
                </td>
                <td align="center" width="300" class="dashed tiny">
                        Aktueller Admin:
-                       [<a class="tiny" href="{?URL?}/modules.php?module=admin&amp;what=admins_edit&amp;admin=$content[id]"><strong>$content[login]</strong></a>]
+                       [<a class="tiny" href="{%url=modules.php?module=admin&amp;what=admins_edit&amp;admin=$content[id]%}"><strong>$content[login]</strong></a>]
                </td>
-               <td align="center" width="100" class="admin_logout top bottom right">
-                       <a class="admin_logout tiny" href="{?URL?}/modules.php?module=admin&amp;action=logout">Ausloggen</a>
+               <td align="center" width="100" class="logout_box top bottom right">
+                       <a class="logout_box tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
                </td>
        </tr>
 </table>
+</div>