From 8a32e0de742d9d4fd453402a48889bc6edd6a7f9 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 26 Mar 2006 01:36:26 +0000 Subject: - correctly use DISTINCT and GROUP BY in search related SQL [Bug #1256] - always display views and replies in search results [Bug #1223] - display error messages occuring during search index creation/deletion [Bug #1274] - correctly align the ACP link on the search results page [Bug #1160] - fixed the search forum box [Bug #1300] and added a search topic box (subBlue: can you please position this a little more visible, didn't want to mess with the CSS ;-)) - correctly check and use show_results on the search page git-svn-id: file:///svn/phpbb/trunk@5727 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/search_body.html | 2 +- phpBB/styles/subSilver/template/search_results.html | 6 +++--- phpBB/styles/subSilver/template/searchbox.html | 7 +------ 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/search_body.html b/phpBB/styles/subSilver/template/search_body.html index 668edef756..61fc707270 100644 --- a/phpBB/styles/subSilver/template/search_body.html +++ b/phpBB/styles/subSilver/template/search_body.html @@ -42,7 +42,7 @@ {L_POST_CHARACTERS} - {S_HIDDEN_FIELDS}   + {S_HIDDEN_FIELDS}   diff --git a/phpBB/styles/subSilver/template/search_results.html b/phpBB/styles/subSilver/template/search_results.html index c32aaad904..925bb6120d 100644 --- a/phpBB/styles/subSilver/template/search_results.html +++ b/phpBB/styles/subSilver/template/search_results.html @@ -54,8 +54,8 @@

{searchresults.TOPIC_AUTHOR}

-

{searchresults.REPLIES}

-

{searchresults.VIEWS}

+

{searchresults.TOPIC_REPLIES}

+

{searchresults.TOPIC_VIEWS}

{searchresults.LAST_POST_TIME}

{searchresults.LAST_POST_AUTHOR}{searchresults.LAST_POST_AUTHOR} @@ -132,6 +132,6 @@
-

+
\ No newline at end of file diff --git a/phpBB/styles/subSilver/template/searchbox.html b/phpBB/styles/subSilver/template/searchbox.html index 4402836502..cb0bb5ba73 100644 --- a/phpBB/styles/subSilver/template/searchbox.html +++ b/phpBB/styles/subSilver/template/searchbox.html @@ -1,6 +1 @@ - -
- - - -
{L_SEARCH_FOR}:
+
{L_SEARCH_FOR}:
-- cgit v1.2.1