mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-23 01:27:10 +00:00
rename UPDATE_SCHEDULER to UPDATE_DAEMON, more update daemon work, update NEWS
This commit is contained in:
@@ -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"> Update</option>
|
||||
<option id="qmcCatchupAll"> Mark as read</option>
|
||||
<? } ?>
|
||||
<option id="qmcCatchupAll"> Mark as read</option>
|
||||
<option id="qmcShowOnlyUnread"> Show only unread</option>
|
||||
<option disabled>--------</option>
|
||||
<option style="color : #5050aa" disabled>Other actions:</option>
|
||||
|
||||
Reference in New Issue
Block a user