mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:15:55 +00:00
new version notifier updates
This commit is contained in:
@@ -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 |
@@ -32,7 +32,7 @@
|
||||
|
||||
print "<input class=\"button\"
|
||||
type=\"submit\" onclick=\"return closeInfoBox()\"
|
||||
value=\"Close\">";
|
||||
value=\"Close this window\">";
|
||||
|
||||
print "</div>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user