1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 19:21:29 +00:00

use input type=search for search UI

This commit is contained in:
Andrew Dolgov
2007-11-30 09:06:17 +01:00
parent 3b1390d5ea
commit 3dc8ee8410
3 changed files with 3 additions and 3 deletions

View File

@@ -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')."\">