]> git.wh0rd.org - tt-rss.git/commitdiff
tweak feed errors dialog
authorAndrew Dolgov <fox@fakecake.org>
Sun, 21 Nov 2010 09:01:38 +0000 (12:01 +0300)
committerAndrew Dolgov <fox@fakecake.org>
Sun, 21 Nov 2010 09:02:09 +0000 (12:02 +0300)
modules/popup-dialog.php
tt-rss.css

index eb2f697cd9abd7ec6bec7e770ff036cab925f696..062542a1cf27511a1fa18d7a3d0b13baabcfc7a5 100644 (file)
 
                if ($id == "feedUpdateErrors") {
 
-                       print "<title>".__('Update Errors')."</title>";
+                       print "<title>".__('Feeds with update errors')."</title>";
                        print "<content><![CDATA[";
 
                        print __("These feeds have not been updated because of errors:");
 
                        print "<div align='center'>";
 
-                       print "<button onclick=\"return closeInfoBox()\">".
+                       print "<button dojoType=\"dijit.form.Button\" 
+                               onclick=\"return closeInfoBox()\">".
                                __('Close this window')."</button>";
 
                        print "]]></content>";
index a3abd47f581526090e62b4cd66b8bdeb0e31473a..8442dee3ee0d8be6dcec15fd1c8eae377ea39885 100644 (file)
@@ -705,12 +705,16 @@ ul.feedErrorsList {
        height : 300px;
        overflow : auto;
        list-style-type : none;
-       border : 1px solid gray;
+       border : 1px solid #c0c0c0;
        background-color : white;
        margin : 0px 0px 5px 0px;
        padding : 0px;
 }
 
+ul.feedErrorsList em {
+       color : gray;
+}
+
 ul.userFeedList {
        height : 300px;
        overflow : auto;