1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add stub for published items

This commit is contained in:
Andrew Dolgov
2007-08-09 10:01:51 +01:00
parent c59d33a3a8
commit bc0ed820d1
2 changed files with 33 additions and 0 deletions

View File

@@ -108,6 +108,8 @@ window.onload = init;
<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 __('Content Filtering') ?></div>
<?php if (get_pref($link, 'ENABLE_LABELS')) { ?>