Performance hacks, encapsulation and more EL code usage:
[mailer.git] / templates / de / html / admin / admin_welcome.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="100%">
3         <tr>
4                 <td>
5                         <div align="left" class="tiny">
6                                 Hallo {%pipe,getUsername%}!
7                         </div>
8                 </td>
9                 <td align="center" width="300" class="dashed tiny">
10                         Aktueller Admin:
11                         [<span class="notice tiny" title="Erweiterung admins nicht installiert.">{%pipe,getAdminLogin=$content[id]%}</span>]
12                 </td>
13                 <td class="logout_box top bottom right" align="center" width="100">
14                         <a class="logout_box tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
15                 </td>
16         </tr>
17 </table>
18 </div>