Logout boxes are now aligned (why not by CSS?)
[mailer.git] / templates / de / html / admin / admin_logout.tpl
1 <DIV align="center">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
3         <TR>
4                 <TD height="5" class="seperator">&nbsp;</TD>
5         </TR>
6         <TR>
7                 <TD align="center" class="admin_content"><STRONG>{--ADMIN_LOGOUT_DONE--}</STRONG><BR>
8                 <BR>
9                 <A class="admin_content"
10                         href="{!URL!}/modules.php?module=admin&amp;action=login">{--ADMIN_RELOGIN_LINK--}</A><BR>
11                 <BR>
12                 <A class="admin_content" href="{!URL!}/modules.php?module=index">{--ADMIN_BACK_TO_GUEST_MENU--}</A><BR>
13                 </TD>
14         </TR>
15         <TR>
16                 <TD height="5" class="seperator">&nbsp;</TD>
17         </TR>
18 </TABLE>
19 </DIV>