1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-22 12:25:26 +00:00

force DAEMON_REFRESH_ONLY, block synchronous updating

This commit is contained in:
Andrew Dolgov
2007-09-25 05:06:21 +01:00
parent 31a6d42de4
commit 17c0eeba6f
4 changed files with 7 additions and 29 deletions

View File

@@ -139,9 +139,6 @@ window.onload = init;
<!-- <option>Edit this feed</option> -->
<option disabled>--------</option>
<option style="color : #5050aa" disabled><?php echo __('All feeds:') ?></option>
<?php if (!ENABLE_UPDATE_DAEMON && !DAEMON_REFRESH_ONLY) { ?>
<option value="qmcUpdateFeeds"><?php echo __('&nbsp;&nbsp;Update') ?></option>
<?php } ?>
<option value="qmcCatchupAll"><?php echo __('&nbsp;&nbsp;Mark as read') ?></option>
<option value="qmcShowOnlyUnread"><?php echo __('&nbsp;&nbsp;(Un)hide read feeds') ?></option>
<option disabled>--------</option>