From a3656a415f2e557014eef45a395ad19e10771ff5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Dec 2006 07:26:05 +0100 Subject: tweak feed errors notification --- modules/popup-dialog.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 02282f46b..d3933ae77 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -240,6 +240,36 @@ } + if ($id == "feedUpdateErrors") { + + print "
Update Errors
"; + print "
"; + + print "These feeds have not been updated because of errors:"; + + $result = db_query($link, "SELECT id,title,feed_url,last_error + FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]); + + print ""; + print "
"; + + print "
"; + + print ""; + + print "
"; + + } + print ""; } ?> -- cgit v1.2.3