From 20e6cc1f7fd26e5f08d0f1d17ec62aff24d0fcce Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 17 Aug 2008 19:25:19 +0000 Subject: [PATCH] (bug 14187) In Special:Userlogin the buttons "Log in" and "E-mail new password" now have classes "mw-loginbutton" and "mw-mailmypasswordbutton". --- RELEASE-NOTES | 2 ++ includes/templates/Userlogin.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c8ade868bb..d67e7de864 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -90,6 +90,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN groups may be added or removed via the Special:UserRights interface. * (bug 14468) Lines in classic RecentChanges and Watchlist have alternating background colours based on classes "odd" and "even". +* (bug 14187) In Special:Userlogin the buttons "Log in" and "E-mail new + password" now have classes "mw-loginbutton" and "mw-mailmypasswordbutton". === Bug fixes in 1.14 === diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index 02397ea897..bc2ae60dcd 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -79,7 +79,7 @@ class UserloginTemplate extends QuickTemplate { -  data['useemail'] && $this->data['canreset']) { ?> data['useemail'] && $this->data['canreset']) { ?> -- 2.20.1