mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
remove old-style big feed browser (2)
This commit is contained in:
@@ -123,12 +123,6 @@ window.onload = init;
|
||||
onclick="selectTab('genConfig')"><?php echo __('Preferences') ?></div>
|
||||
<div id="feedConfigTab" class="prefsTab"
|
||||
onclick="selectTab('feedConfig')"><?php echo __('My Feeds') ?></div>
|
||||
<?php if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) { ?>
|
||||
<!-- <div id="feedBrowserTab" class="prefsTab"
|
||||
onclick="selectTab('feedBrowser')"><?php echo __('Other Feeds') ?></div>
|
||||
<?php } ?> -->
|
||||
<!-- <div id="pubItemsTab" class="prefsTab"
|
||||
onclick="selectTab('pubItems')"><?php echo __('Published Articles') ?></div> -->
|
||||
<div id="filterConfigTab" class="prefsTab"
|
||||
onclick="selectTab('filterConfig')"><?php echo __('Filters') ?></div>
|
||||
<div id="labelConfigTab" class="prefsTab"
|
||||
|
||||
Reference in New Issue
Block a user