- web: forum tweak

svn path=/trunk/boinc/; revision=15778
This commit is contained in:
David Anderson 2008-08-08 03:38:03 +00:00
parent ee56ea3341
commit bd492ae414
2 changed files with 7 additions and 1 deletions

View File

@ -6338,3 +6338,9 @@ David 7 Aug 2008
sched/
validator.C
validate_util.C,h
David 7 Aug 2008
- web: forum tweak
html/inc/
forum.inc

View File

@ -380,7 +380,7 @@ function show_posts(
if ($postnumber!=$previous_post+1){
// A number of posts were hidden, display a way to unhide them:
//
echo "<tr class=\"postseperator\"><td></td><td colspan=\"2\">
echo "<tr class=\"postseperator\"><td></td><td>
Only the first post and the last ".($logged_in_user->prefs->display_wrap_postcount)." posts
(of the ".($postcount+1)." posts in this thread) are displayed. <br />
<a href=\"?id=".$thread->id."&amp;nowrap=true\">Click here to also display the remaining posts</a>.</td></tr>