Demon has uploaded a new change for review.
https://gerrit.wikimedia.org/r/79961
Change subject: Remove padlock icon from login link
......................................................................
Remove padlock icon from login link
Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
---
M includes/SkinTemplate.php
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/61/79961/1
diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php
index a2ffb8e..8c047a5 100644
--- a/includes/SkinTemplate.php
+++ b/includes/SkinTemplate.php
@@ -700,13 +700,11 @@
'text' => $this->msg( $loginlink )->text(),
'href' => self::makeSpecialUrl( 'Userlogin',
$returnto, $proto ),
'active' => $title->isSpecial( 'Userlogin' ) &&
( $loginlink == 'nav-login-createaccount' || !$is_signup ),
- 'class' => $wgSecureLogin ? 'link-https' : ''
);
$createaccount_url = array(
'text' => $this->msg( 'createaccount' )->text(),
'href' => self::makeSpecialUrl( 'Userlogin',
"$returnto&type=signup", $proto ),
'active' => $title->isSpecial( 'Userlogin' ) &&
$is_signup,
- 'class' => $wgSecureLogin ? 'link-https' : ''
);
if ( $this->showIPinHeader() ) {
--
To view, visit https://gerrit.wikimedia.org/r/79961
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.22wmf12
Gerrit-Owner: Demon <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits