From 04022dd3e97b61d762ba0b542beabc4a2da81ab2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rytis=20Slatkevi=C4=8Dius?=
Date: Sat, 24 Feb 2007 16:05:41 +0000
Subject: [PATCH] Show forum search box in the forum index (and update it in
Q&A index)
svn path=/trunk/boinc/; revision=12150
---
html/user/forum_help_desk.php | 17 +++++++++++------
html/user/forum_index.php | 10 ++++++++++
2 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/html/user/forum_help_desk.php b/html/user/forum_help_desk.php
index 4d1d49baaf..e8e44859b7 100644
--- a/html/user/forum_help_desk.php
+++ b/html/user/forum_help_desk.php
@@ -9,15 +9,20 @@ db_init();
page_head("Questions and answers");
-echo "
+echo "
Talk live via Skype with a volunteer, in any of several languages.
Go to
- BOINC Online Help.
-
- Select a topic or do a
- keyword search
- to find what you're looking for.
+ BOINC Online Help.
+
+
";
start_forum_table(array("Topic", "# Questions", "Last post"));
diff --git a/html/user/forum_index.php b/html/user/forum_index.php
index 04bc92af59..7916dee606 100644
--- a/html/user/forum_index.php
+++ b/html/user/forum_index.php
@@ -31,7 +31,17 @@ echo "
If you have a question or problem, please use the
Questions & answers
area instead of the Message boards.
+
+
+
";
show_forum_title(NULL, NULL, false);