From: James D. Forrester Date: Fri, 6 Oct 2017 19:58:53 +0000 (-0700) Subject: SearchInputWidget: Don't show images X-Git-Tag: 1.31.0-rc.0~1841^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=8212363b18945580175f1f711e5910f32f77b7b0;p=lhc%2Fweb%2Fwiklou.git SearchInputWidget: Don't show images But we should also have a different class name for this, as this isn't upstream's SearchInputWidget. Bug: T177659 Change-Id: Ie62e8678e89b2403d769694adb23fe21a047019c --- diff --git a/includes/widget/SearchInputWidget.php b/includes/widget/SearchInputWidget.php index 773c291dfc..ba08ba6aa9 100644 --- a/includes/widget/SearchInputWidget.php +++ b/includes/widget/SearchInputWidget.php @@ -32,6 +32,7 @@ class SearchInputWidget extends TitleInputWidget { $config = array_merge( [ 'maxLength' => null, 'icon' => 'search', + 'showImages' => false, ], $config ); // Parent constructor