feed editor: show last update error near URL
This commit is contained in:
parent
e57e73ef29
commit
50b284b196
|
@ -299,6 +299,14 @@
|
||||||
regExp='^(http|https)://.*' style=\"width : 20em\"
|
regExp='^(http|https)://.*' style=\"width : 20em\"
|
||||||
name=\"feed_url\" value=\"$feed_url\">";
|
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 */
|
/* Category */
|
||||||
|
|
||||||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||||
|
|
Loading…
Reference in New Issue