new version notifier updates
This commit is contained in:
parent
2b2044bcd9
commit
926255683e
|
@ -2642,9 +2642,10 @@
|
||||||
New version of Tiny-Tiny RSS ($latest_version) is available (click for details)</a>
|
New version of Tiny-Tiny RSS ($latest_version) is available (click for details)</a>
|
||||||
<div id=\"milestoneDetails\">$content</div></div>";
|
<div id=\"milestoneDetails\">$content</div></div>";
|
||||||
} else {
|
} else {
|
||||||
return "New version of <a target='_new'
|
return "New version of Tiny-Tiny RSS ($latest_version) is available:
|
||||||
href='http://tt-rss.spb.ru/'>Tiny-Tiny RSS</a> ($latest_version) is available:
|
<div class='milestoneDetails'>$content</div>
|
||||||
<div>$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\"
|
print "<input class=\"button\"
|
||||||
type=\"submit\" onclick=\"return closeInfoBox()\"
|
type=\"submit\" onclick=\"return closeInfoBox()\"
|
||||||
value=\"Close\">";
|
value=\"Close this window\">";
|
||||||
|
|
||||||
print "</div>";
|
print "</div>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue