]> git.wh0rd.org - tt-rss.git/commitdiff
better feedback for new version notifier
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 27 Jan 2007 15:06:17 +0000 (16:06 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 27 Jan 2007 15:06:17 +0000 (16:06 +0100)
modules/popup-dialog.php
themes/graycube/theme.css
tt-rss.css

index d2b0ff9cfaa5fc0ad9444d253f6d9415ac4b261e..d26fc7a177c681182416056c44fca74da0b220a9 100644 (file)
                        }
 
                        if ($param == 2) {
-                               print check_for_update($link, false);
+                               $msg = check_for_update($link, false);
+
+                               if (!$msg) {
+                                       print _("You are running the latest version of Tiny Tiny RSS. The
+                                               fact that you are seeing this dialog is probably a bug.");
+                               } else {
+                                       print $msg;
+                               }
 
                        }
 
index 9da232274ef5fca043d4ad548f67ec63df9b4aa5..97d45c923e8122cf6315755ab417a507fb53a9f2 100644 (file)
@@ -274,6 +274,14 @@ span.contentPreview:hover {
        background : white;
 }
 
+div.infoBoxContents a {
+       color : gray;
+}
+
+div.infoBoxContents a:hover {
+       color : black;
+}
+
 #header {
        position : absolute;
        white-space: nowrap;
index 5cb6e894794a6c3cf598aa39c2640eff293ac41b..1f95142c6d647eb1ec1a8265c423347bdcd54187 100644 (file)
@@ -489,6 +489,14 @@ div.infoBoxContents td {
        font-size : small;
 }
 
+div.infoBoxContents a {
+       color : #4684ff;
+}
+
+div.infoBoxContents a:hover {
+       color : black;
+}
+
 div.helpResponse h1, div.infoBoxContents h1 {
 /*        border-width : 0px 0px 1px 0px;
        border-style : solid;