From: Andrew Dolgov Date: Wed, 17 May 2006 10:29:46 +0000 (+0100) Subject: rework no-daemon warning X-Git-Tag: 1.2.0~106 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7e3e8f744bca7329468933477f7de998a55f475e;p=tt-rss.git rework no-daemon warning --- diff --git a/tt-rss.css b/tt-rss.css index 40c7ebe5..67feb6ef 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1092,3 +1092,12 @@ a.cdmToggleLink:hover { padding : 10px; font-weight : normal; } + +div.noDaemonWarning { + position : absolute; + background-color : #ecf4ff; + border : 1px solid #88b0f0; + padding : 10px; + margin : 5px; + z-index : 2; +} diff --git a/tt-rss.php b/tt-rss.php index 90fbbb70..4828e2a4 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -75,7 +75,7 @@ window.onload = init; -
+
Warning: 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; + id="content-frame" class="contentFrame" + src="backend.php?op=error&msg=No%20article%20selected.">