From 7613793c9a7c65036f7cbe79cde55f3786897527 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 29 Apr 2005 18:51:32 +0000 Subject: [PATCH] * Removing hardcoded styles from msg:searchdisabled and msg:googlesearch * Removing the link to the google logo in msg:googlesearch * No longer using the hardcoded "Google search" text for the submit box, now using msg:search (called from includes/SpecialSearch.php) --- languages/Language.php | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 59ff1ffc6b..fec2d26ed3 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -814,32 +814,22 @@ containing all of the search terms will appear in the result).", Search in namespaces :
$1
$2 List redirects   Search for $3 $9", -"searchdisabled" => '

{{SITENAME}} search is disabled for performance reasons. You can search via Google in the meantime. -Note that their indexes of {{SITENAME}} content may be out of date.

', +"searchdisabled" => '{{SITENAME}} search is disabled. You can search via Google in the meantime. Note that their indexes of {{SITENAME}} content may be out of date.', 'googlesearch' => ' -
- - -
Google
- -
-
+ - -
-
+ +
- - -
', +', 'blanknamespace' => '(Main)', # Preferences page -- 2.20.1