From 6df6968d20c01c00ccb1431811b462f8d0711ece Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 21 Oct 2014 08:56:36 -0700 Subject: [PATCH] Make Special:Search's button pretty again Buttons were changed to be gated by the use UI everywhere flag. Don't want that here Change-Id: Ief47de045b2197f1ff36372355136418b0772948 --- includes/specials/SpecialSearch.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index c922fbda01..a91ec14f5b 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -1062,7 +1062,8 @@ class SpecialSearch extends SpecialPage { $out .= Html::hidden( 'fulltext', 'Search' ) . "\n"; $out .= Html::submitButton( $this->msg( 'searchbutton' )->text(), - array(), array( 'mw-ui-progressive' ) + array( 'class' => 'mw-ui-button mw-ui-progressive' ), + array( 'mw-ui-progressive' ) ) . "\n"; // Results-info -- 2.20.1