From: Daniel Friesen Date: Tue, 7 Dec 2010 18:18:09 +0000 (+0000) Subject: Followup r77980, for simplesearch I guess we'll have to stick with type=text instead... X-Git-Tag: 1.31.0-rc.0~33474 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=a162c2754a7a20bde48424b0f341ae768745fbc4;p=lhc%2Fweb%2Fwiklou.git Followup r77980, for simplesearch I guess we'll have to stick with type=text instead of type=search. --- diff --git a/skins/Vector.php b/skins/Vector.php index 08ba5281f9..7250842463 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -734,7 +734,7 @@ class VectorTemplate extends BaseTemplate { getOption( 'vector-simplesearch' ) ): ?>
- makeSearchInput(array( "id" => "searchInput" )); ?> + makeSearchInput(array( "id" => "searchInput", "type" => "text" )); ?> makeSearchButton("image", array( "id" => "searchButton", "src" => $this->skin->getSkinStylePath('images/search-' . ( $this->data['rtl'] ? 'rtl' : 'ltr' ) . '.png') )); ?>