Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_welcome.tpl
1 <div align="center">
2         <strong>: : : Willkommen zum Administrationsbereich : : :</strong>
3 </div>
4
5 <div>
6 <table border="0" cellspacing="0" cellpadding="0" width="100%">
7         <tr>
8                 <td>
9                         <div align="left" class="tiny">
10                                 Hallo {%pipe,getUsername%}!
11                         </div>
12                 </td>
13                 <td align="center" width="300" class="dashed tiny">
14                         Aktueller Admin:
15                         [<span class="admin_note tiny" title="Erweiterung admins nicht installiert.">$content[login]</span>]
16                 </td>
17                 <td class="admin_logout top bottom right" align="center" width="100">
18                         <a class="admin_logout tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
19                 </td>
20         </tr>
21 </table>
22 </div>