]> git.wh0rd.org Git - tt-rss.git/commitdiff
headlines: change update error prompt position/wording
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 18 Dec 2005 19:29:19 +0000 (20:29 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 18 Dec 2005 19:29:19 +0000 (20:29 +0100)
backend.php

index 48d0ca3c1d53c9be0fa8b12b7150d7730558f46e..e9eb718f325863a2e7882625204c481bd7cbb021 100644 (file)
                                                &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 {
 
                        }
 
+                       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) {