]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_welcome.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_welcome.tpl
index b9b6fa3a3f03c72cdab599fd0e53a41ea27fe7f2..351e0f2d7e9ce063b6a23291c749f39c38ca363a 100644 (file)
@@ -1,15 +1,22 @@
-<strong>: : : Willkommen zum Administrationsbereich : : :</strong>
-<br />
+<div align="center">
+       <strong>: : : Willkommen zum Administrationsbereich : : :</strong>
+</div>
+
+<div>
 <table border="0" cellspacing="0" cellpadding="0" width="100%">
        <tr>
                <td>
-                       <div align="left" class="tiny">&nbsp;&nbsp;Hallo $username!</div>
+                       <div align="left" class="tiny">
+                               Hallo $username!
+                       </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>]
+               </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>
-               <td align="center" width="300" class="dashed"><div class="tiny">
-                       Aktueller Admin:&nbsp;[<span class="admin_note" title="Erweiterung admins nicht installiert.">$content[login]</span>]
-               </div></td>
-               <td align="center" width="100" class="top2 bottom2 right2"><div class="tiny"> <a class="menu_blur admin_logout"
-                       href="{?URL?}/modules.php?module=admin&amp;action=logout">Ausloggen</a>
-               </div></td>
        </tr>
 </table>
+</div>