Some global variables rewritten, a lot more language constants rewritten to getMessage()
[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"><div class="medium">{--GUESTS_ONLINE--}:</div></td>
8                 <td width="5%" class="bottom2 seperator">&nbsp;</td>
9                 <td width="10%" class="bottom2"><strong>{!_GUESTS_ONLINE!}</strong></td>
10         </tr>
11         <tr>
12                 <td class="bottom2" align="right"><div class="medium">{--MEMBERS_ONLINE--}:</div></td>
13                 <td class="bottom2 seperator">&nbsp;</td>
14                 <td class="bottom2"><strong>{!_MEMBERS_ONLINE!}</strong></td>
15         </tr>
16         <tr>
17                 <td align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></td>
18                 <td class"seperator">&nbsp;</td>
19                 <td><strong>{!_ADMINS_ONLINE!}</strong></td>
20         </tr>
21 </table>