Index: trunk/phase3/includes/templates/Userlogin.php |
— | — | @@ -79,7 +79,7 @@ |
80 | 80 | <tr> |
81 | 81 | <td></td> |
82 | 82 | <td class="mw-submit"> |
83 | | - <input type='submit' name="wpLoginattempt" id="wpLoginattempt" tabindex="5" value="<?php $this->msg('login') ?>" /> <?php if( $this->data['useemail'] && $this->data['canreset']) { ?><input type='submit' name="wpMailmypassword" id="wpMailmypassword" |
| 83 | + <input type='submit' class="mw-loginbutton" name="wpLoginattempt" id="wpLoginattempt" tabindex="5" value="<?php $this->msg('login') ?>" /> <?php if( $this->data['useemail'] && $this->data['canreset']) { ?><input type='submit' class="mw-mailmypasswordbutton" name="wpMailmypassword" id="wpMailmypassword" |
84 | 84 | tabindex="6" |
85 | 85 | value="<?php $this->msg('mailmypassword') ?>" /> |
86 | 86 | <?php } ?> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -90,6 +90,8 @@ |
91 | 91 | groups may be added or removed via the Special:UserRights interface. |
92 | 92 | * (bug 14468) Lines in classic RecentChanges and Watchlist have alternating |
93 | 93 | background colours based on classes "odd" and "even". |
| 94 | +* (bug 14187) In Special:Userlogin the buttons "Log in" and "E-mail new |
| 95 | + password" now have classes "mw-loginbutton" and "mw-mailmypasswordbutton". |
94 | 96 | |
95 | 97 | === Bug fixes in 1.14 === |
96 | 98 | |