1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 09:16:55 +02:00

Enable/Disable online listing + time online

git-svn-id: file:///svn/phpbb/trunk@3841 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-04-15 22:57:05 +00:00
parent d9dcb502a9
commit dce7e4c2b8
3 changed files with 116 additions and 108 deletions

View File

@@ -40,7 +40,7 @@
<!-- ENDIF -->
<!-- BEGINELSE -->
<tr>
<td class="row1" colspan="5" height="28" align="center">{L_NO_FORUMS}</td>
<td class="row1" colspan="5" height="28" align="center"><span class="gensmall">{L_NO_FORUMS}</span></td>
</tr>
<!-- END forumrow -->
</table>
@@ -54,6 +54,7 @@
<br clear="all" />
<!-- IF S_DISPLAY_ONLINE_LIST -->
<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
<tr>
<td class="cat" colspan="2" height="28"><a class="cattitle" href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td>
@@ -68,6 +69,7 @@
</tr>
<!-- ENDIF -->
</table>
<!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN -->
<form method="post" action="{S_LOGIN_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="3" border="0">