Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_welcome_admins.tpl
index 01a6d3b58f594cf0777c4ae87c556967d18fcfc3..90fff32422e363f28006bf5f7261db314463c725 100644 (file)
@@ -3,15 +3,16 @@
 <table border="0" cellspacing="0" cellpadding="0" width="100%">
        <tr>
                <td>
-               <div align="left" class="tiny">&nbsp;&nbsp;&nbsp;Hallo $username
-               !</div>
+                       <div align="left" class="medium">
+                               Hallo $username!
+                       </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>]
+               </td>
+               <td align="center" width="100" class="admin_logout top2 bottom2 right2">
+                       <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;[<a
-                       href="{?URL?}/modules.php?module=admin&amp;what=admins_edit&amp;admin=$content[id]"><strong>$content[login]</strong></a>]
-               </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>