From 926255683e169c6c28f3f9dd833482be33fc459a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 28 Jan 2007 10:26:56 +0100 Subject: new version notifier updates --- functions.php | 7 ++++--- images/new_version.png | Bin 262 -> 264 bytes modules/popup-dialog.php | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index 6169f93a8..3a0ab933e 100644 --- a/functions.php +++ b/functions.php @@ -2642,9 +2642,10 @@ New version of Tiny-Tiny RSS ($latest_version) is available (click for details)
$content
"; } else { - return "New version of Tiny-Tiny RSS ($latest_version) is available: -
$content
"; + return "New version of Tiny-Tiny RSS ($latest_version) is available: +
$content
+ Visit official site for + download and update information."; } } diff --git a/images/new_version.png b/images/new_version.png index 370073de1..769369066 100644 Binary files a/images/new_version.png and b/images/new_version.png differ diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index d26fc7a17..00bf81b0f 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -32,7 +32,7 @@ print ""; + value=\"Close this window\">"; print ""; -- cgit v1.2.3