Adding of request parameters partialy finished
[mailer.git] / templates / de / html / admin / admin_welcome.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="tiny">&nbsp;&nbsp;Hallo $username!</div>
7                 </td>
8                 <td align="center" width="300" class="dashed tiny">
9                         Aktueller Admin:
10                         [<span class="admin_note tiny" title="Erweiterung admins nicht installiert.">$content[login]</span>]
11                 </td>
12                 <td class="admin_logout top bottom right" align="center" width="100">
13                         <a class="admin_logout tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
14                 </td>
15         </tr>
16 </table>