From: Chad Horohoe Date: Tue, 21 Oct 2014 15:56:36 +0000 (-0700) Subject: Make Special:Search's button pretty again X-Git-Tag: 1.31.0-rc.0~13538 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=6df6968d20c01c00ccb1431811b462f8d0711ece;p=lhc%2Fweb%2Fwiklou.git 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 --- 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