mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-09 06:39:37 +00:00
set type of input field for search query to 'search'
This commit is contained in:
parent
cca363fc0b
commit
6cac794913
|
@ -218,7 +218,7 @@ function typeahead() { /* {{{ */
|
||||||
getMLText("search_query"),
|
getMLText("search_query"),
|
||||||
array(
|
array(
|
||||||
'element'=>'input',
|
'element'=>'input',
|
||||||
'type'=>'text',
|
'type'=>'search',
|
||||||
'name'=>'query',
|
'name'=>'query',
|
||||||
'value'=>htmlspecialchars($this->query)
|
'value'=>htmlspecialchars($this->query)
|
||||||
)
|
)
|
||||||
|
@ -461,7 +461,7 @@ function typeahead() { /* {{{ */
|
||||||
getMLText("search_query"),
|
getMLText("search_query"),
|
||||||
array(
|
array(
|
||||||
'element'=>'input',
|
'element'=>'input',
|
||||||
'type'=>'text',
|
'type'=>'search',
|
||||||
'name'=>'query',
|
'name'=>'query',
|
||||||
'value'=>htmlspecialchars($this->query)
|
'value'=>htmlspecialchars($this->query)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user