mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +00:00
add missing parameter 'type' for formField
This commit is contained in:
parent
e870e2071b
commit
5bf6ba8db5
|
@ -191,6 +191,7 @@ function typeahead() { /* {{{ */
|
||||||
getMLText("search_query"),
|
getMLText("search_query"),
|
||||||
array(
|
array(
|
||||||
'element'=>'input',
|
'element'=>'input',
|
||||||
|
'type'=>'text',
|
||||||
'name'=>'query',
|
'name'=>'query',
|
||||||
'value'=>htmlspecialchars($this->query)
|
'value'=>htmlspecialchars($this->query)
|
||||||
)
|
)
|
||||||
|
@ -413,6 +414,7 @@ function typeahead() { /* {{{ */
|
||||||
getMLText("search_query"),
|
getMLText("search_query"),
|
||||||
array(
|
array(
|
||||||
'element'=>'input',
|
'element'=>'input',
|
||||||
|
'type'=>'text',
|
||||||
'name'=>'query',
|
'name'=>'query',
|
||||||
'value'=>htmlspecialchars($this->query)
|
'value'=>htmlspecialchars($this->query)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user