1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 22:11:30 +00:00

add new version indicator on main chrome

This commit is contained in:
Andrew Dolgov
2007-01-27 12:32:59 +01:00
parent ef16ae3782
commit d9fa39f1d4
6 changed files with 55 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
if ($id == "explainError") {
print "<div id=\"infoBoxTitle\">Error message</div>";
print "<div id=\"infoBoxTitle\">Notice</div>";
print "<div class=\"infoBoxContents\">";
if ($param == 1) {
@@ -14,6 +14,11 @@
start the daemon process or contact instance owner.");
}
if ($param == 2) {
print check_for_update($link, false);
}
print "</div>";
print "<div align='center'>";