mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 03:29:15 +00:00
feed editor: show last update error near URL
This commit is contained in:
@@ -299,6 +299,14 @@
|
||||
regExp='^(http|https)://.*' style=\"width : 20em\"
|
||||
name=\"feed_url\" value=\"$feed_url\">";
|
||||
|
||||
$last_error = db_fetch_result($result, 0, "last_error");
|
||||
|
||||
if ($last_error) {
|
||||
print " <span title=\"".htmlspecialchars($last_error)."\"
|
||||
class=\"feed_error\">(error)</span>";
|
||||
|
||||
}
|
||||
|
||||
/* Category */
|
||||
|
||||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||
|
||||
Reference in New Issue
Block a user