]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_welcome_admins.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_welcome_admins.tpl
index e4b93ad854272e0ef367e54ca257bd13d71e5b38..afa73d449b0d1c8d64f6b3c7621b32e439bbd43a 100644 (file)
@@ -1,18 +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"><FONT class="tiny">
-               Aktueller Admin: <A
-                       href="{!URL!}/modules.php?module=admin&amp;what=admins_edit&admin={!__ADMIN_ID!}"><STRONG>{!__ADMIN_LOGIN!}</STRONG></A>
-               </FONT></TD>
-               <TD align="center" width="100" class="top2 bottom2 right2"><FONT
-                       class="tiny"> <A class="menu_blur admin_logout"
-                       href="{!URL!}/modules.php?module=admin&amp;action=logout">Ausloggen</A>
-               </FONT></TD>
-       </TR>
-</TABLE>
+<strong>: : : Willkommen zum Administrationsbereich : : :</strong>
+<br />
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+       <tr>
+               <td>
+                       <div align="left" class="medium">
+                               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>]
+               </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>