headlines: change update error prompt position/wording
This commit is contained in:
parent
ccedfdddec
commit
078cb99632
10
backend.php
10
backend.php
|
@ -1239,11 +1239,6 @@
|
||||||
|
|
||||||
Toggle: <a href=\"javascript:selectionToggleUnread()\">Unread</a>,
|
Toggle: <a href=\"javascript:selectionToggleUnread()\">Unread</a>,
|
||||||
<a href=\"javascript:selectionToggleMarked()\">Starred</a>";
|
<a href=\"javascript:selectionToggleMarked()\">Starred</a>";
|
||||||
if ($last_error) {
|
|
||||||
print "
|
|
||||||
<a class=\"warning\" href=\"javascript:alert('Could not update
|
|
||||||
feed: $last_error')\">Could not update this feed...</a>";
|
|
||||||
}
|
|
||||||
print "</td>";
|
print "</td>";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
@ -1262,6 +1257,11 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($last_error) {
|
||||||
|
print "<td align='center' class='small'>
|
||||||
|
<a class=\"warning\" href=\"javascript:alert('TT-RSS encountered an error while trying to update this feed.\\n\\n$last_error')\">Could not update this feed.</a></td>";
|
||||||
|
}
|
||||||
|
|
||||||
print "<td class=\"headlineTitle\">";
|
print "<td class=\"headlineTitle\">";
|
||||||
|
|
||||||
if ($feed_site_url) {
|
if ($feed_site_url) {
|
||||||
|
|
Loading…
Reference in New Issue