summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-12 06:06:04 +0100
committerAndrew Dolgov <[email protected]>2006-02-12 06:06:04 +0100
commit085a5a744064efbcd962265b46a8a74ad39051f7 (patch)
treec234294982ddbeaf7ffc1748fdd44dfdbf3490e4 /tt-rss.php
parent633d263b04ea20868bc5020bb4251f4a1fa6b13d (diff)
rename UPDATE_SCHEDULER to UPDATE_DAEMON, more update daemon work, update NEWS
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 821c9b107..1245be274 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -110,7 +110,9 @@
<select id="allFeedsChooser" onchange="allFeedsMenuChange()">
<option selected>All feeds...</option>
+ <? if (!ENABLE_UPDATE_DAEMON) { ?>
<option>Update</option>
+ <? } ?>
<option>Mark as read</option>
<option>Show only unread</option>
</select>
@@ -218,8 +220,10 @@
<!-- <option>Edit this feed</option> -->
<option disabled>--------</option>
<option style="color : #5050aa" disabled>All feeds:</option>
+ <? if (!ENABLE_UPDATE_DAEMON) { ?>
<option id="qmcUpdateFeeds">&nbsp;&nbsp;Update</option>
- <option id="qmcCatchupAll">&nbsp;&nbsp;Mark as read</option>
+ <? } ?>
+ <option id="qmcCatchupAll">&nbsp;&nbsp;Mark as read</option>
<option id="qmcShowOnlyUnread">&nbsp;&nbsp;Show only unread</option>
<option disabled>--------</option>
<option style="color : #5050aa" disabled>Other actions:</option>