mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 03:51:29 +00:00
mark feed with error in headlines toolbar, use error icon in feed editor
This commit is contained in:
@@ -572,8 +572,9 @@ class Pref_Feeds extends Handler_Protected {
|
||||
$last_error = $this->dbh->fetch_result($result, 0, "last_error");
|
||||
|
||||
if ($last_error) {
|
||||
print " <span title=\"".htmlspecialchars($last_error)."\"
|
||||
class=\"feed_error\">(error)</span>";
|
||||
print " <img src=\"images/error.png\" alt=\"(error)\"
|
||||
style=\"vertical-align : middle\"
|
||||
title=\"".htmlspecialchars($last_error)."\">";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user