1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 01:29:14 +00:00

new option: ENABLE_SEARCH_TOOLBAR

This commit is contained in:
Andrew Dolgov
2005-12-20 16:58:39 +01:00
parent 734bec9e09
commit 5238347d43
5 changed files with 18 additions and 3 deletions

View File

@@ -130,9 +130,12 @@
</td>
<td valign="top" class="headlinesToolbarBox">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td class="headlinesToolbar" id="headlinesToolbar">
<input id="searchbox"
<? if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
<input id="searchbox"
onblur="javascript:enableHotkeys()" onfocus="javascript:disableHotkeys()"
onchange="javascript:search()">
<select id="searchmodebox">
@@ -143,7 +146,11 @@
<input type="submit"
class="button" onclick="javascript:search()" value="Search">
&nbsp;View:
&nbsp;
<? } ?>
View:
<select id="viewbox" onchange="javascript:viewCurrentFeed(0, '')">
<option selected>Adaptive</option>