r39546 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39545‎ | r39546 | r39547 >
Date:19:25, 17 August 2008
Author:siebrand
Status:old
Tags:
Comment:
(bug 14187) In Special:Userlogin the buttons "Log in" and "E-mail new password" now have classes "mw-loginbutton" and "mw-mailmypasswordbutton".
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/templates/Userlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/templates/Userlogin.php
@@ -79,7 +79,7 @@
8080 <tr>
8181 <td></td>
8282 <td class="mw-submit">
83 - <input type='submit' name="wpLoginattempt" id="wpLoginattempt" tabindex="5" value="<?php $this->msg('login') ?>" />&nbsp;<?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') ?>" />&nbsp;<?php if( $this->data['useemail'] && $this->data['canreset']) { ?><input type='submit' class="mw-mailmypasswordbutton" name="wpMailmypassword" id="wpMailmypassword"
8484 tabindex="6"
8585 value="<?php $this->msg('mailmypassword') ?>" />
8686 <?php } ?>
Index: trunk/phase3/RELEASE-NOTES
@@ -90,6 +90,8 @@
9191 groups may be added or removed via the Special:UserRights interface.
9292 * (bug 14468) Lines in classic RecentChanges and Watchlist have alternating
9393 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".
9496
9597 === Bug fixes in 1.14 ===
9698

Follow-up revisions

RevisionCommit summaryAuthorDate
r39649Revert r39546 "(bug 14187) In Special:Userlogin the buttons "Log in" and "E-m...brion17:24, 19 August 2008

Status & tagging log