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:
@@ -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'>";
|
||||
|
||||
Reference in New Issue
Block a user