diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-27 16:08:53 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-27 16:08:53 +0000 |
commit | 3b10f25083af904188a1ad1b3133b8d71d10a3d9 (patch) | |
tree | cb60f74e5795faa0f584c3d0e30b7d933ca2d602 /phpBB/templates | |
parent | 042f98a96818b45ce508b3a08a1fa85fa0b6eabb (diff) | |
download | forums-3b10f25083af904188a1ad1b3133b8d71d10a3d9.tar forums-3b10f25083af904188a1ad1b3133b8d71d10a3d9.tar.gz forums-3b10f25083af904188a1ad1b3133b8d71d10a3d9.tar.bz2 forums-3b10f25083af904188a1ad1b3133b8d71d10a3d9.tar.xz forums-3b10f25083af904188a1ad1b3133b8d71d10a3d9.zip |
More updates to who is online display
git-svn-id: file:///svn/phpbb/trunk@344 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/Default/index_body.tpl | 5 | ||||
-rw-r--r-- | phpBB/templates/PSO/index_body.tpl | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/templates/Default/index_body.tpl b/phpBB/templates/Default/index_body.tpl index 0a6fc9cda6..84ea015453 100644 --- a/phpBB/templates/Default/index_body.tpl +++ b/phpBB/templates/Default/index_body.tpl @@ -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> diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl index 3b04707863..00f32324eb 100644 --- a/phpBB/templates/PSO/index_body.tpl +++ b/phpBB/templates/PSO/index_body.tpl @@ -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> |