|
From: Paul S. O. <ps...@us...> - 2002-01-13 15:57:25
|
Update of /cvsroot/phpbb/phpBB2/templates/Euclid
In directory usw-pr-cvs1:/tmp/cvs-serv21699/templates/Euclid
Modified Files:
index_body.tpl
Log Message:
Updated for whos online colour coding change
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/Euclid/index_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index_body.tpl 2001/12/10 01:18:09 1.2
--- index_body.tpl 2002/01/13 15:57:21 1.3
***************
*** 47,51 ****
<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>
</tr>
</table></td>
--- 47,51 ----
<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} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]</span><br /><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table></td>
|