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

remove search toolbar

This commit is contained in:
Andrew Dolgov
2010-01-09 13:58:19 +03:00
parent 17cd109775
commit 3b0a65adea
2 changed files with 2 additions and 10 deletions

View File

@@ -217,15 +217,6 @@
 
<?php if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
<?php echo __('Search:') ?>
<input name="query" type="text"
onkeypress="return filterCR(event, viewCurrentFeed)"
onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();"/>
<?php } ?>
<select name="view_mode" title="<?php echo __('Show articles') ?>"
onchange="viewModeChanged()">
<option selected="selected" value="adaptive"><?php echo __('Adaptive') ?></option>