summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-27 16:06:17 +0100
committerAndrew Dolgov <[email protected]>2007-01-27 16:06:17 +0100
commit4d1d0a456626fe52644d893a65da0730c0e3b924 (patch)
treeae53676f2a8883403eea6df91b3166faf6ee32fe
parentd9fa39f1d444fbd5a909aabe19dfc50aa8601131 (diff)
better feedback for new version notifier
-rw-r--r--modules/popup-dialog.php9
-rw-r--r--themes/graycube/theme.css8
-rw-r--r--tt-rss.css8
3 files changed, 24 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index d2b0ff9cf..d26fc7a17 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -15,7 +15,14 @@
}
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;
+ }
}
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index 9da232274..97d45c923 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -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;
diff --git a/tt-rss.css b/tt-rss.css
index 5cb6e8947..1f95142c6 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;