1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

use error image for feed errors in headlines toolbar

This commit is contained in:
Andrew Dolgov 2013-07-10 14:18:24 +04:00
parent baf3fcf93a
commit 6371963dbc

View File

@ -61,7 +61,7 @@ class Feeds extends Handler_Protected {
truncate_string($feed_title,30)."</a>";
if ($error) {
$reply .= " (<span class=\"error\" title=\"$error\">Error</span>)";
$reply .= "&nbsp;<img title='$error' src='images/error.png' alt='error' class=\"noborder\" style=\"vertical-align : middle\">";
}
} else {