From ef16ae378238fa868d282da5c4f77d8556534af4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 27 Jan 2007 10:21:55 +0100 Subject: rework no daemon warning --- modules/popup-dialog.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 8a3478c8c..414e01006 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -3,6 +3,29 @@ $id = $_GET["id"]; $param = db_escape_string($_GET["param"]); + if ($id == "explainError") { + + print "
Error message
"; + print "
"; + + if ($param == 1) { + print _("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."); + } + + print "
"; + + print "
"; + + print ""; + + print "
"; + + } + if ($id == "quickAddFeed") { print "
Subscribe to feed
"; -- cgit v1.2.3