summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 10:01:51 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 10:01:51 +0100
commitbc0ed820d19f1ee42ae054b4f0e67f2b34d5cfea (patch)
tree66318e24f9f784c8c7a2d2811bf94f9b8b2e7505 /prefs.php
parentc59d33a3a8e5b2aab15f893727227cc1e3bea212 (diff)
add stub for published items
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index 4893aa618..8efe82883 100644
--- a/prefs.php
+++ b/prefs.php
@@ -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')) { ?>