]> git.wh0rd.org Git - tt-rss.git/commitdiff
new version notifier updates
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 28 Jan 2007 09:26:56 +0000 (10:26 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 28 Jan 2007 09:26:56 +0000 (10:26 +0100)
functions.php
images/new_version.png
modules/popup-dialog.php

index 6169f93a8cd4b827e3c4f3537e3460d842e0922d..3a0ab933eb770adf0822be4df2b7a33373744353 100644 (file)
                                                New version of Tiny-Tiny RSS ($latest_version) is available (click for details)</a>
                                                <div id=\"milestoneDetails\">$content</div></div>";
                                } else {
-                                       return "New version of <a target='_new' 
-                                               href='http://tt-rss.spb.ru/'>Tiny-Tiny RSS</a> ($latest_version) is available:
-                                                <div>$content</div>";  
+                                       return "New version of Tiny-Tiny RSS ($latest_version) is available:
+                                               <div class='milestoneDetails'>$content</div>
+                                               Visit <a target=\"_new\" href=\"http://tt-rss.spb.ru/\">official site</a> for
+                                               download and update information.";      
                                }
 
                        }                       
index 370073de1bfebb2d44f3aee0c42e0ce36d175cc6..769369066d45d9007fbfe312e92d811c7ca8a47b 100644 (file)
Binary files a/images/new_version.png and b/images/new_version.png differ
index d26fc7a177c681182416056c44fca74da0b220a9..00bf81b0ffa9fa12a5747ccf87fa3d9915b46226 100644 (file)
@@ -32,7 +32,7 @@
 
                        print "<input class=\"button\"
                                type=\"submit\" onclick=\"return closeInfoBox()\" 
-                               value=\"Close\">";
+                               value=\"Close this window\">";
 
                        print "</div>";