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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user