Forum locked icon and notice on index

git-svn-id: file:///svn/phpbb/trunk@747 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-07-24 18:17:10 +00:00
parent cfa724410a
commit bf5856936a
3 changed files with 13 additions and 5 deletions

View file

@ -202,6 +202,8 @@ if($total_categories = $db->sql_numrows($q_categories))
"NEWEST_UID" => $newest_uid,
"USERS_BROWSING" => $users_browsing,
"L_FORUM_LOCKED" => $lang['Forum_is_locked'],
"U_NEWEST_USER_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$newest_uid"))
);

View file

@ -150,6 +150,7 @@ $lang['theforums'] = "the forums";
$lang['No_new_posts'] = "No new posts";
$lang['New_posts'] = "New posts";
$lang['Topic_is_locked'] = "Topic is locked";
$lang['Forum_is_locked'] = "Forum is locked";
$lang['Joined'] = "Joined";
//
@ -244,7 +245,8 @@ $lang['Flood_Error'] = "Your last post was less then " . $board_config['flood_in
$lang['Sorry_edit_own_posts'] = "Sorry but you can only edit your own posts";
$lang['Empty_subject'] = "You must specifiy a subject when posting a new topic";
$lang['Empty_message'] = "You must enter a message when posting";
$lang['Annouce_and_sticky'] = "You cannot post a topic that is both an annoucement and a sticky topic";
$lang['Announce_and_sticky'] = "You cannot post a topic that is both an announcement and a sticky topic";
$lang['Forum_locked'] = "This forum is locked you cannot post, reply to or edit topics";
$lang['Topic_locked'] = "This topic is locked you cannot edit posts or make replies";
$lang['No_post_id'] = "You must select a post to edit";
$lang['No_topic_id'] = "You must select a topic to reply to";

View file

@ -1,8 +1,9 @@
<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td align="left"><span class="gensmall"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a></span></td>
</tr>
</table></div>
</table>
<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr>
@ -31,14 +32,14 @@
<!-- END forumrow -->
<!-- END catrow -->
<tr>
<td class="cat" colspan="6"><span class="cattitle"><b><a href="{U_PRIVATEMSGS}">Private Messages</a></b></span></td>
<td class="cat" colspan="6"><span class="cattitle"><b><a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a></b></span></td>
</tr>
<tr>
<td class="row1" width="7%" align="center" valign="middle"><img src="images/mailbox.gif"></td>
<td class="row2" colspan="5" align="left"><span class="gen">{L_PRIVATE_MESSAGE_INFO}</span></td>
</tr>
<tr>
<td class="cat" colspan="6"><span class="cattitle"><b><a href="{U_VIEWONLINE}">Who is Online</a></b></span></td>
<td class="cat" colspan="6"><span class="cattitle"><b><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></b></span></td>
</tr>
<tr>
<td class="row1" width="7%" align="center" valign="middle"><img src="images/whosonline.gif"></td>
@ -57,6 +58,9 @@
<td>&nbsp;&nbsp;</td>
<td width="30" align="center"><img src="images/folder.gif"></td>
<td><span class="gensmall">{L_NONEWPOSTS}</span></td>
<td>&nbsp;&nbsp;</td>
<td width="30" align="center"><img src="images/folder_lock.gif"></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table></td>
<td align="right" valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>