diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php index cd7b8c50e5..b932cd8ccb 100644 --- a/phpBB/language/en/search.php +++ b/phpBB/language/en/search.php @@ -45,6 +45,8 @@ $lang = array_merge($lang, array( 'IGNORED_TERMS' => 'ignored', 'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored: %s', + 'JUMP_TO_POST' => 'Jump to post', + 'NO_KEYWORDS' => 'You must specify at least one word to search for. Each word must consist of at least %d characters and must not contain more than %d characters excluding wildcards.', 'NO_RECENT_SEARCHES' => 'No searches have been carried out recently', 'NO_SEARCH' => 'Sorry but you are not permitted to use the search system.', diff --git a/phpBB/styles/subSilver/template/search_results.html b/phpBB/styles/subSilver/template/search_results.html index ea880d3642..79853b83af 100644 --- a/phpBB/styles/subSilver/template/search_results.html +++ b/phpBB/styles/subSilver/template/search_results.html @@ -84,14 +84,23 @@
{L_FORUM}: {searchresults.FORUM_TITLE}{L_GLOBAL} {L_TOPIC}: {searchresults.TOPIC_TITLE}
{L_FORUM}: {searchresults.FORUM_TITLE}{L_GLOBAL} {L_TOPIC}: {searchresults.TOPIC_TITLE}
{L_POST_SUBJECT}: {searchresults.POST_SUBJECT} {searchresults.MINI_POST_IMG}{L_POSTED}: {searchresults.POST_DATE} |
+
+
+
+ {L_POST_SUBJECT}: {searchresults.POST_SUBJECT}
+
+ [ {L_JUMP_TO_POST} ]
+
+
+ {L_POSTED}: {searchresults.POST_DATE}
+ |