mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 18:09:13 +00:00
new global option: ENABLE_FEED_BROWSER
This commit is contained in:
@@ -87,8 +87,10 @@
|
||||
onclick="selectTab('genConfig')">
|
||||
<input id="feedConfigTab" class="prefsTab" type="submit" value="Feed Configuration"
|
||||
onclick="selectTab('feedConfig')">
|
||||
<? if (ENABLE_FEED_BROWSER) { ?>
|
||||
<input id="feedBrowserTab" class="prefsTab" type="submit" value="Feed Browser"
|
||||
onclick="selectTab('feedBrowser')">
|
||||
<? } ?>
|
||||
<input id="filterConfigTab" class="prefsTab" type="submit" value="Content Filtering"
|
||||
onclick="selectTab('filterConfig')">
|
||||
<? if (GLOBAL_ENABLE_LABELS && get_pref($link, 'ENABLE_LABELS')) { ?>
|
||||
|
||||
Reference in New Issue
Block a user