new version notifier updates

This commit is contained in:
Andrew Dolgov 2007-01-28 10:26:56 +01:00
parent 2b2044bcd9
commit 926255683e
3 changed files with 5 additions and 4 deletions

View File

@ -2642,9 +2642,10 @@
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.";
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 264 B

View File

@ -32,7 +32,7 @@
print "<input class=\"button\"
type=\"submit\" onclick=\"return closeInfoBox()\"
value=\"Close\">";
value=\"Close this window\">";
print "</div>";