From 2e4ea58d28238c54df21abd2ba21a6c8d43f04f3 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 13 Jun 2005 17:51:55 +0000 Subject: - view active topics - seperated search id (int) from search id (string) for security reasons git-svn-id: file:///svn/phpbb/trunk@5161 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/search_results.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'phpBB/styles/subSilver/template/search_results.html') diff --git a/phpBB/styles/subSilver/template/search_results.html b/phpBB/styles/subSilver/template/search_results.html index 8b4d31782d..38fca4838d 100644 --- a/phpBB/styles/subSilver/template/search_results.html +++ b/phpBB/styles/subSilver/template/search_results.html @@ -9,7 +9,7 @@ {SEARCH_MATCHES}
- {L_SEARCHED_FOR}: {SEARCH_WORDS} {L_IGNORED_TERMS}: {IGNORED_WORDS} + {L_SEARCHED_FOR}: {SEARCH_WORDS} {L_IGNORED_TERMS}: {IGNORED_WORDS} {L_SEARCH_IN_RESULTS}: @@ -58,9 +58,13 @@

+ + + {L_NO_SEARCH_RESULTS} + - {L_SORT_BY}: {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}  + {L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS} {L_SORT_BY}: {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}  @@ -98,6 +102,10 @@ + + + {L_NO_SEARCH_RESULTS} + {L_SORT_BY}: {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}  @@ -107,7 +115,7 @@ - +

-- cgit v1.2.1