summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 11:39:20 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 11:39:20 +0100
commita9b0bfd5e01ca33f05a18ccc528c730d896732b6 (patch)
tree540fc658f13a36a511c85245d450c3091d1d978c /backend.php
parent746b249f9515dd2fa55a99f292e25fa6be69029b (diff)
update close.svg; add hideParentElement() function
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 09972cbce..cf9c5d860 100644
--- a/backend.php
+++ b/backend.php
@@ -1774,7 +1774,10 @@
if (db_num_rows($result) > 0) {
print "<div class=\"warning\">";
-
+
+// print"<img class=\"closeButton\"
+// onclick=\"javascript:hideParentElement(this);\" src=\"images/close.png\">";
+
print "<a href=\"javascript:showBlockElement('feedUpdateErrors')\">
<b>Feeds with update errors</b> (click to expand)</a>";