1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 05:51:28 +00:00

hide updating... notify if DAEMON_REFRESH_ONLY

This commit is contained in:
Andrew Dolgov
2006-06-08 13:03:09 +01:00
parent e8614131e8
commit 0d51e25dfb
3 changed files with 7 additions and 4 deletions

View File

@@ -213,7 +213,7 @@ window.onload = init;
<!-- <option>Edit this feed</option> -->
<option disabled>--------</option>
<option style="color : #5050aa" disabled>All feeds:</option>
<? if (!ENABLE_UPDATE_DAEMON) { ?>
<? if (!ENABLE_UPDATE_DAEMON && !DAEMON_REFRESH_ONLY) { ?>
<option value="qmcUpdateFeeds">&nbsp;&nbsp;Update</option>
<? } ?>
<option value="qmcCatchupAll">&nbsp;&nbsp;Mark as read</option>