1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 02:09:15 +00:00

remove old-style big feed browser

This commit is contained in:
Andrew Dolgov
2009-01-24 06:20:09 +01:00
parent eb27fe5115
commit 3a6521f041
4 changed files with 9 additions and 306 deletions

View File

@@ -124,9 +124,9 @@ window.onload = init;
<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"
<!-- <div id="feedBrowserTab" class="prefsTab"
onclick="selectTab('feedBrowser')"><?php echo __('Other Feeds') ?></div>
<?php } ?>
<?php } ?> -->
<!-- <div id="pubItemsTab" class="prefsTab"
onclick="selectTab('pubItems')"><?php echo __('Published Articles') ?></div> -->
<div id="filterConfigTab" class="prefsTab"