mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
More updates to who is online display
git-svn-id: file:///svn/phpbb/trunk@344 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -45,7 +45,10 @@
|
||||
<!-- END forumrow -->
|
||||
<!-- END catrow -->
|
||||
<tr class="catheader">
|
||||
<td colspan="6">{TOTAL_USERS_ONLINE}<br/>{LOGGED_IN_USER_LIST}</td>
|
||||
<td colspan="6"><a href="{U_VIEWONLINE}">Who is Online</a></td>
|
||||
</tr>
|
||||
<tr style="background-color:#DEDEDE">
|
||||
<td colspan="6" align="left">{TOTAL_USERS_ONLINE}<br />{LOGGED_IN_USER_LIST}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
@@ -31,7 +31,7 @@
|
||||
<!-- END forumrow -->
|
||||
<!-- END catrow -->
|
||||
<tr>
|
||||
<td colspan="6" bgcolor="{T_TH_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE3}"><b>Who is Online</b> </font></td>
|
||||
<td colspan="6" bgcolor="{T_TH_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE3}"><b><a href="{U_VIEWONLINE}">Who is Online</a></b> </font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="6" bgcolor="{T_TD_COLOR1}" align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{TOTAL_USERS_ONLINE}</font><br><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{LOGGED_IN_USER_LIST}</font></td>
|
||||
|
Reference in New Issue
Block a user