1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 01:51:28 +00:00

global search, update TODO

This commit is contained in:
Andrew Dolgov
2005-10-16 17:16:34 +01:00
parent 9cab3250d6
commit 52b51244c1
4 changed files with 28 additions and 3 deletions

View File

@@ -79,6 +79,11 @@
<input id="searchbox"
onblur="javascript:enableHotkeys()" onfocus="javascript:disableHotkeys()"
onchange="javascript:search()">
<select id="searchmodebox">
<option>This feed</option>
<option>All feeds</option>
</select>
<input type="submit"
class="button" onclick="javascript:search()" value="Search">
<!-- <input type="submit"