From 13f51d2402ef96d5f2ed7bb1f73818a6f2208bbe Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 7 Aug 2008 22:13:37 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=15776 --- html/inc/forum.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/html/inc/forum.inc b/html/inc/forum.inc index 3eb6d6601b..b205e99145 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -616,6 +616,7 @@ function show_post( } if (($controls == FORUM_CONTROLS) && (can_reply($thread, $forum, $logged_in_user))) { $url = "forum_reply.php?thread=" . $thread->id . "&post=" . $post->id . "#input"; + echo "    "; show_button($url, "Reply", "Post a reply to this message"); } echo "";