User list templates with lesser empty lines
[mailer.git] / templates / de / html / admin / admin_mini_online.tpl
1 <TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="170" class="admin_table dashed">
2         <TR>
3                 <TD colspan="3" class="admin_title bottom2" align="center" height="30">
4                 <STRONG>{--USER_NOW_ONLINE--}</STRONG></TD>
5         </TR>
6         <TR>
7                 <TD width="85%" class="bottom2" align="right"><FONT
8                         class="medium">{--GUESTS_ONLINE--}:</FONT></TD>
9                 <TD width="5%" class="bottom2 seperator">&nbsp;</TD>
10                 <TD width="10%" class="bottom2"><STRONG>{!_GUESTS_ONLINE!}</STRONG></TD>
11         </TR>
12         <TR>
13                 <TD class="bottom2" align="right"><FONT class="medium">{--MEMBERS_ONLINE--}:</FONT></TD>
14                 <TD class="bottom2 seperator">&nbsp;</TD>
15                 <TD class="bottom2"><STRONG>{!_MEMBERS_ONLINE!}</STRONG></TD>
16         </TR>
17         <TR>
18                 <TD align="right"><FONT class="medium">{--ADMINS_ONLINE--}:</FONT></TD>
19                 <TDclass"seperator">&nbsp;</TD>
20                 <TD><STRONG>{!_ADMINS_ONLINE!}</STRONG></TD>
21         </TR>
22 </TABLE>