From: Andrew Dolgov Date: Sat, 27 Jan 2007 15:06:17 +0000 (+0100) Subject: better feedback for new version notifier X-Git-Tag: 1.2.8~29 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=4d1d0a456626fe52644d893a65da0730c0e3b924 better feedback for new version notifier --- diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index d2b0ff9c..d26fc7a1 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 9da23227..97d45c92 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 5cb6e894..1f95142c 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;