summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-16 17:16:34 +0100
committerAndrew Dolgov <[email protected]>2005-10-16 17:16:34 +0100
commit52b51244c167816c83ebee45e746433c881a3a8b (patch)
tree3cb46e01576cc908ea4e7ad85645d7a7c980da49 /tt-rss.php
parent9cab3250d6d1f88bc22a06865dd63680d43d30ff (diff)
global search, update TODO
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 0bf146c1e..d5271b84f 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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"