headlines: change update error prompt position/wording

This commit is contained in:
Andrew Dolgov 2005-12-18 20:29:19 +01:00
parent ccedfdddec
commit 078cb99632
1 changed files with 5 additions and 5 deletions

View File

@ -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) {