Output online users explanation

git-svn-id: file:///svn/phpbb/trunk@2453 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-03-31 13:58:01 +00:00
parent c191a04a9d
commit 014869d3fe
2 changed files with 5 additions and 0 deletions

View file

@ -277,6 +277,7 @@ if( ( $total_categories = count($category_rows) ) )
'L_NEW_POSTS' => $lang['New_posts'], 'L_NEW_POSTS' => $lang['New_posts'],
'L_NO_NEW_POSTS_LOCKED' => $lang['No_new_posts_locked'], 'L_NO_NEW_POSTS_LOCKED' => $lang['No_new_posts_locked'],
'L_NEW_POSTS_LOCKED' => $lang['New_posts_locked'], 'L_NEW_POSTS_LOCKED' => $lang['New_posts_locked'],
'L_ONLINE_EXPLAIN' => $lang['Online_explain'],
'L_MODERATOR' => $lang['Moderators'], 'L_MODERATOR' => $lang['Moderators'],
'L_FORUM_LOCKED' => $lang['Forum_is_locked'], 'L_FORUM_LOCKED' => $lang['Forum_is_locked'],

View file

@ -60,6 +60,10 @@
</tr> </tr>
</table> </table>
<table width="100%" cellpadding="1" cellspacing="1" border="0">
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</table>
<!-- BEGIN switch_user_logged_out --> <!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}"> <form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">