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' 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" |
| 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" |
84 | 84 | tabindex="6" |
85 | 85 | value="<?php $this->msg('mailmypassword') ?>" /> |
86 | 86 | <?php } ?> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -88,8 +88,6 @@ |
89 | 89 | Show/Hide logged in users, Show/Hide anonymous, Invert namespace selection |
90 | 90 | * Added hook 'UserrightsChangeableGroups' to allow modification of what |
91 | 91 | groups may be added or removed via the Special:UserRights interface. |
92 | | -* (bug 14187) In Special:Userlogin the buttons "Log in" and "E-mail new |
93 | | - password" now have classes "mw-loginbutton" and "mw-mailmypasswordbutton". |
94 | 92 | * HTML entities like now work (are not escaped) in edit summaries. |
95 | 93 | * (bug 13815) In the comment for page moves, use the colon-separator message |
96 | 94 | instead of a hardcoded colon. |