search form input field: properly handle enter
This commit is contained in:
parent
eb6c7f4240
commit
69d582f0ef
1 changed files with 2 additions and 1 deletions
|
@ -378,7 +378,8 @@
|
||||||
|
|
||||||
print "<div class=\"dlgSecCont\">";
|
print "<div class=\"dlgSecCont\">";
|
||||||
|
|
||||||
print "<input name=\"query\" size=\"20\" type=\"search\" value=''>";
|
print "<input onkeypress=\"return filterCR(event, search)\"
|
||||||
|
name=\"query\" size=\"20\" type=\"search\" value=''>";
|
||||||
|
|
||||||
print " " . __('match on')." ";
|
print " " . __('match on')." ";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue