* (bug 7745) Add id attribute to search button in Monobook
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 29 Oct 2006 18:17:15 +0000 (18:17 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 29 Oct 2006 18:17:15 +0000 (18:17 +0000)
* Fix a typo and a bogus entry in RELEASE-NOTES

RELEASE-NOTES
skins/MonoBook.php

index 67510f2..a89d6b6 100644 (file)
@@ -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 ==
index bf9e834..4322e0d 100644 (file)
@@ -167,7 +167,7 @@ class MonoBookTemplate extends QuickTemplate {
                                        if( isset( $this->data['search'] ) ) {
                                                ?> value="<?php $this->text('search') ?>"<?php } ?> />
                                <input type='submit' name="go" class="searchButton" id="searchGoButton" value="<?php $this->msg('searcharticle') ?>" />&nbsp;
-                               <input type='submit' name="fulltext" class="searchButton" value="<?php $this->msg('searchbutton') ?>" />
+                               <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="<?php $this->msg('searchbutton') ?>" />
                        </div></form>
                </div>
        </div>