1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 12:01:29 +00:00

drop option ENABLE_SEARCH_TOOLBAR, use some more callbacks in filterCR

This commit is contained in:
Andrew Dolgov
2006-10-01 08:00:04 +01:00
parent 6e6504bc02
commit c91c224952
8 changed files with 37 additions and 20 deletions

View File

@@ -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>