mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
mark feed with error in headlines toolbar, use error icon in feed editor
This commit is contained in:
@@ -48,9 +48,11 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
// right part
|
||||
|
||||
$error_class = $error ? "error" : "";
|
||||
|
||||
$reply .= "<span class='r'>";
|
||||
$reply .= "<span id='selected_prompt'></span>";
|
||||
$reply .= "<span id='feed_title'>";
|
||||
$reply .= "<span id='feed_title' class='$error_class'>";
|
||||
|
||||
if ($feed_site_url) {
|
||||
$last_updated = T_sprintf("Last updated: %s",
|
||||
|
||||
Reference in New Issue
Block a user