jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/403482 )

Change subject: Don't style the special page selector like an OOUI button
......................................................................


Don't style the special page selector like an OOUI button

This doesn't match the appearance of the rest of the skin, nor is
it representative for Wikipedia from that time.

Bug: T184601
Change-Id: I1739b9f4d7f52ec73b312b1443d4e9c2fbab3484
---
M NostalgiaTemplate.php
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/NostalgiaTemplate.php b/NostalgiaTemplate.php
index 67dcf17..585889b 100644
--- a/NostalgiaTemplate.php
+++ b/NostalgiaTemplate.php
@@ -353,7 +353,11 @@
 
                return Html::rawElement( 'form',
                        [ 'id' => 'specialpages', 'method' => 'get', 'action' 
=> $wgScript ],
-                       $select->getHTML() . Xml::submitButton( wfMessage( 'go' 
)->text() ) );
+                       $select->getHTML() . Html::element(
+                               'input',
+                               [ 'type' => 'submit', 'value' => wfMessage( 
'go' )->text() ]
+                       )
+               );
        }
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/403482
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1739b9f4d7f52ec73b312b1443d4e9c2fbab3484
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Nostalgia
Gerrit-Branch: master
Gerrit-Owner: Mainframe98 <[email protected]>
Gerrit-Reviewer: Bartosz Dziewoński <[email protected]>
Gerrit-Reviewer: Daniel Friesen <[email protected]>
Gerrit-Reviewer: Isarra <[email protected]>
Gerrit-Reviewer: Jack Phoenix <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Njw <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to