1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 11:01:32 +00:00

rework no-daemon warning

This commit is contained in:
Andrew Dolgov
2006-05-17 11:29:46 +01:00
parent 08125733f8
commit 7e3e8f744b
2 changed files with 12 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ window.onload = init;
</script>
<? if (ENABLE_UPDATE_DAEMON && !file_is_locked("update_daemon.lock")) { ?>
<div class="warning">
<div class="noDaemonWarning">
<b>Warning:</b> Update daemon is enabled in configuration, but daemon
process is not running, which prevents all feeds from updating. Please
start the daemon process or contact instance owner.
@@ -265,7 +265,8 @@ window.onload = init;
</tr><tr>
<td class="content" id="content" valign="top">
<iframe frameborder="0" name="content-frame"
id="content-frame" class="contentFrame"> </iframe>
id="content-frame" class="contentFrame"
src="backend.php?op=error&msg=No%20article%20selected."> </iframe>
</td>
</tr>
<? } ?>