diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-13 15:57:21 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-13 15:57:21 +0000 |
commit | 28646a39de69ec243a857320d52313a8b9c0b5a4 (patch) | |
tree | e0091da06d4d102c126681a101d48e525dd35faf /phpBB | |
parent | 6e3e37f729abab48ec825c2ce3513d017ccc08e5 (diff) | |
download | forums-28646a39de69ec243a857320d52313a8b9c0b5a4.tar forums-28646a39de69ec243a857320d52313a8b9c0b5a4.tar.gz forums-28646a39de69ec243a857320d52313a8b9c0b5a4.tar.bz2 forums-28646a39de69ec243a857320d52313a8b9c0b5a4.tar.xz forums-28646a39de69ec243a857320d52313a8b9c0b5a4.zip |
Updated for whos online colour coding change
git-svn-id: file:///svn/phpbb/trunk@1862 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/Euclid/index_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Euclid/index_body.tpl b/phpBB/templates/Euclid/index_body.tpl index 3cd5d3e9df..8f43102e08 100644 --- a/phpBB/templates/Euclid/index_body.tpl +++ b/phpBB/templates/Euclid/index_body.tpl @@ -46,7 +46,7 @@ </tr> <tr> <td class="row1" width="7%" align="center" valign="middle"><img src="templates/Euclid/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> - <td class="row2" colspan="4" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}</span><br /><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td> + <td class="row2" colspan="4" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]</span><br /><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td> </tr> </table></td> </tr> |