summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 08:00:04 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 08:00:04 +0100
commitc91c224952dae21939c8d6d13fb692328e9f65c2 (patch)
treedb528483d2f35d78763a4da6172bb3de478211b3 /tt-rss.php
parent6e6504bc029415d347712da5a0ca4ed39e394cf3 (diff)
drop option ENABLE_SEARCH_TOOLBAR, use some more callbacks in filterCR
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 35d14715f..9d6a556e9 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -152,15 +152,10 @@ window.onload = init;
<form id="main_toolbar_form">
- <?php if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
- <input name="query"
+ Search: <input name="query"
onKeyPress="return filterCR(event, viewCurrentFeed)"
onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">
- <input class="button" type="submit"
- onclick="return viewCurrentFeed(0)" value="Search">
&nbsp;
- <?php } ?>
-
View:
<select name="view_mode" onchange="viewCurrentFeed(0, '')">
<option selected value="adaptive">Adaptive</option>