]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_welcome_admins.tpl
fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / templates / de / html / admin / admin_welcome_admins.tpl
index 52daabdd91e6d226b1475f33e31befa93099ec08..0e7078c96045909882ac3f2c6defe23044e7208a 100644 (file)
@@ -1,17 +1,18 @@
 <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"><div class="tiny">
-               Aktueller Admin:&nbsp;[<a
-                       href="{!URL!}/modules.php?module=admin&amp;what=admins_edit&admin={!__ADMIN_ID!}"><strong>{!__ADMIN_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>
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+       <tr>
+               <td>
+                       <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 top bottom right">
+                       <a class="admin_logout tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
+               </td>
+       </tr>
+</table>