headlines: change update error prompt position/wording

master
Andrew Dolgov 19 years ago
parent ccedfdddec
commit 078cb99632

@ -1239,11 +1239,6 @@
  
Toggle: <a href=\"javascript:selectionToggleUnread()\">Unread</a>,
<a href=\"javascript:selectionToggleMarked()\">Starred</a>";
if ($last_error) {
print "&nbsp;&nbsp;
<a class=\"warning\" href=\"javascript:alert('Could not update
feed: $last_error')\">Could not update this feed...</a>";
}
print "</td>";
} 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\">";
if ($feed_site_url) {

Loading…
Cancel
Save