More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_welcome_admins.tpl
1 <strong>: : : Willkommen zum Administrationsbereich : : :</strong>
2 <br />
3 <table border="0" cellspacing="0" cellpadding="0" width="100%">
4         <tr>
5                 <td>
6                         <div align="left" class="medium">
7                                 Hallo {%pipe,getUsername%}!
8                         </div>
9                 </td>
10                 <td align="center" width="300" class="dashed tiny">
11                         Aktueller Admin:
12                         [<a class="tiny" href="{%url=modules.php?module=admin&amp;what=admins_edit&amp;admin=$content[id]%}"><strong>$content[login]</strong></a>]
13                 </td>
14                 <td align="center" width="100" class="admin_logout top bottom right">
15                         <a class="admin_logout tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
16                 </td>
17         </tr>
18 </table>