mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 16:21:28 +00:00
use input type=search for search UI
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
|
||||
print "<table width='100%'><tr><td>".__('Search:')."</td><td>";
|
||||
|
||||
print "<input name=\"query\" class=\"iedit\"
|
||||
print "<input name=\"query\" class=\"iedit\" type=\"search\"
|
||||
onkeypress=\"return filterCR(event, search)\"
|
||||
onchange=\"toggleSubmitNotEmpty(this, 'search_submit_btn')\"
|
||||
onkeyup=\"toggleSubmitNotEmpty(this, 'search_submit_btn')\"
|
||||
|
||||
@@ -743,7 +743,7 @@
|
||||
}
|
||||
|
||||
print "<div class=\"feedEditSearch\">
|
||||
<input id=\"feed_search\" size=\"20\"
|
||||
<input id=\"feed_search\" size=\"20\" type=\"search\"
|
||||
onchange=\"javascript:updateFeedList()\" value=\"$feed_search\">
|
||||
<input type=\"submit\" class=\"button\"
|
||||
onclick=\"javascript:updateFeedList()\" value=\"".__('Search')."\">
|
||||
|
||||
Reference in New Issue
Block a user