Mainframe98 has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Nostalgia 
refs/changes/82/403482/1

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: newchange
Gerrit-Change-Id: I1739b9f4d7f52ec73b312b1443d4e9c2fbab3484
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Nostalgia
Gerrit-Branch: master
Gerrit-Owner: Mainframe98 <[email protected]>

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

Reply via email to