From 7d3b9532a399c5650e7d3f9cd35fd11227be14d6 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 29 Oct 2006 18:17:15 +0000 Subject: [PATCH] * (bug 7745) Add id attribute to search button in Monobook * Fix a typo and a bogus entry in RELEASE-NOTES --- RELEASE-NOTES | 4 ++-- skins/MonoBook.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 67510f27a3..a89d6b6f29 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -56,7 +56,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 7444) Update namespace translations for Telugu (te), kept old values as alias for compatibility * (bug 4525) Move section links down visually to same level as headings - editsection links are now inside the heading elements) + (editsection links are now inside the heading elements) * Workaround for http://bugs.php.net/bug.php?id=31892 , PATH_INFO and hence URLs of the style /index.php/Main_Page were broken on some CGI installations. * (bug 7623) Validate custom HTML id's correctly in Monobook interface @@ -64,7 +64,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 5795) CSS class added to body based on page name for page-specific styling * (bug 6276) Stopped search field from getting too large in Cologne Blue -* Fixed duplicate name/id value of "search" in Cologne Blue * (bug 7644) User creations that are aborted by hooks shouldn't be counted against account creations per day limit * (bug 7636) Show Firefox 2 users "shift-alt" as accesskey prefix @@ -102,6 +101,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN permission. Patch by Werdna. * (bug 7741) MATH: fixed broken syntax of underbrace etc. Fixed arrays * Fix purging for updated SVG files +* (bug 7745) Add id attribute to search button in Monobook == Languages updated == diff --git a/skins/MonoBook.php b/skins/MonoBook.php index bf9e834309..4322e0dc74 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -167,7 +167,7 @@ class MonoBookTemplate extends QuickTemplate { if( isset( $this->data['search'] ) ) { ?> value="text('search') ?>" />   - + -- 2.20.1