Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -167,7 +167,7 @@ |
168 | 168 | if( isset( $this->data['search'] ) ) { |
169 | 169 | ?> value="<?php $this->text('search') ?>"<?php } ?> /> |
170 | 170 | <input type='submit' name="go" class="searchButton" id="searchGoButton" value="<?php $this->msg('searcharticle') ?>" /> |
171 | | - <input type='submit' name="fulltext" class="searchButton" value="<?php $this->msg('searchbutton') ?>" /> |
| 171 | + <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="<?php $this->msg('searchbutton') ?>" /> |
172 | 172 | </div></form> |
173 | 173 | </div> |
174 | 174 | </div> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -56,7 +56,7 @@ |
57 | 57 | * (bug 7444) Update namespace translations for Telugu (te), kept old values as |
58 | 58 | alias for compatibility |
59 | 59 | * (bug 4525) Move section links down visually to same level as headings |
60 | | - editsection links are now inside the heading elements) |
| 60 | + (editsection links are now inside the heading elements) |
61 | 61 | * Workaround for http://bugs.php.net/bug.php?id=31892 , PATH_INFO and hence |
62 | 62 | URLs of the style /index.php/Main_Page were broken on some CGI installations. |
63 | 63 | * (bug 7623) Validate custom HTML id's correctly in Monobook interface |
— | — | @@ -64,7 +64,6 @@ |
65 | 65 | * (bug 5795) CSS class added to body based on page name for page-specific |
66 | 66 | styling |
67 | 67 | * (bug 6276) Stopped search field from getting too large in Cologne Blue |
68 | | -* Fixed duplicate name/id value of "search" in Cologne Blue |
69 | 68 | * (bug 7644) User creations that are aborted by hooks shouldn't be counted |
70 | 69 | against account creations per day limit |
71 | 70 | * (bug 7636) Show Firefox 2 users "shift-alt" as accesskey prefix |
— | — | @@ -102,6 +101,7 @@ |
103 | 102 | permission. Patch by Werdna. |
104 | 103 | * (bug 7741) MATH: fixed broken syntax of underbrace etc. Fixed arrays |
105 | 104 | * Fix purging for updated SVG files |
| 105 | +* (bug 7745) Add id attribute to search button in Monobook |
106 | 106 | |
107 | 107 | |
108 | 108 | == Languages updated == |