summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
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"