aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-27 14:37:22 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-27 14:37:22 +0000
commitda2756078f6b9b58355db790d8e5ffb95de3a254 (patch)
tree959481ad80a208d337260a43a55fbd45317ba7bf /phpBB/templates
parentb9465a32cb7dd8d584136eabc26c0377241b0731 (diff)
downloadforums-da2756078f6b9b58355db790d8e5ffb95de3a254.tar
forums-da2756078f6b9b58355db790d8e5ffb95de3a254.tar.gz
forums-da2756078f6b9b58355db790d8e5ffb95de3a254.tar.bz2
forums-da2756078f6b9b58355db790d8e5ffb95de3a254.tar.xz
forums-da2756078f6b9b58355db790d8e5ffb95de3a254.zip
Update to who is online display
git-svn-id: file:///svn/phpbb/trunk@340 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/PSO/index_body.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl
index c6d4754bf6..3b04707863 100644
--- a/phpBB/templates/PSO/index_body.tpl
+++ b/phpBB/templates/PSO/index_body.tpl
@@ -16,7 +16,7 @@
<td bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}">&nbsp;<b>{L_MODERATOR}</b>&nbsp;</font></td>
</tr>
<!-- BEGIN catrow -->
- <tr align="left" valign="top">
+ <tr>
<td colspan="6" bgcolor="{T_TH_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE3}"><b><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></b>&nbsp;</font></td>
</tr>
<!-- BEGIN forumrow -->
@@ -31,7 +31,10 @@
<!-- END forumrow -->
<!-- END catrow -->
<tr>
- <td colspan="6" bgcolor="{T_TH_COLOR2}" 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_TH_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE3}"><b>Who is Online</b>&nbsp;</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>
</tr>
</table></td>
</tr>