mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
042f98a968
commit
3b10f25083
2 changed files with 5 additions and 2 deletions
|
@ -45,7 +45,10 @@
|
||||||
<!-- END forumrow -->
|
<!-- END forumrow -->
|
||||||
<!-- END catrow -->
|
<!-- END catrow -->
|
||||||
<tr class="catheader">
|
<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>
|
</tr>
|
||||||
</table></td>
|
</table></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<!-- END forumrow -->
|
<!-- END forumrow -->
|
||||||
<!-- END catrow -->
|
<!-- END catrow -->
|
||||||
<tr>
|
<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>
|
||||||
<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>
|
<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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue