summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-18 20:29:19 +0100
committerAndrew Dolgov <[email protected]>2005-12-18 20:29:19 +0100
commit078cb9963231bfff622dc98f3354c958e3a9cd36 (patch)
treeda3a571e36b91b1445e0380244dd9a9d1ac5f494 /backend.php
parentccedfdddec886d7725504d19e7e716d0f7feb569 (diff)
headlines: change update error prompt position/wording
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/backend.php b/backend.php
index 48d0ca3c1..e9eb718f3 100644
--- a/backend.php
+++ b/backend.php
@@ -1239,11 +1239,6 @@
&nbsp;&nbsp;
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) {