1
0
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:
Andrew Dolgov
2013-07-12 12:38:50 +04:00
parent c2e90f5c2d
commit 1a545dcb44
3 changed files with 8 additions and 9 deletions

View File

@@ -572,8 +572,9 @@ class Pref_Feeds extends Handler_Protected {
$last_error = $this->dbh->fetch_result($result, 0, "last_error");
if ($last_error) {
print "&nbsp;<span title=\"".htmlspecialchars($last_error)."\"
class=\"feed_error\">(error)</span>";
print "&nbsp;<img src=\"images/error.png\" alt=\"(error)\"
style=\"vertical-align : middle\"
title=\"".htmlspecialchars($last_error)."\">";
}