summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 5a88f38ac..e541c85c8 100644
--- a/backend.php
+++ b/backend.php
@@ -1379,9 +1379,10 @@
print "<div class=\"warning\">";
- print "<b>Feeds with update errors:</b>";
+ print "<a href=\"javascript:showBlockElement('feedUpdateErrors')\">
+ <b>Feeds with update errors</b> (click to expand)</a>";
- print "<ul class=\"nomarks\">";
+ print "<ul id=\"feedUpdateErrors\" class=\"nomarks\">";
while ($line = db_fetch_assoc($result)) {
print "<li>" . $line["title"] . " (" . $line["feed_url"] . "): " .