summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-27 12:32:59 +0100
committerAndrew Dolgov <[email protected]>2007-01-27 12:32:59 +0100
commitd9fa39f1d444fbd5a909aabe19dfc50aa8601131 (patch)
treec9e84bbd32cee9f3cdae05b210f41b451e763ddd /modules
parentef16ae378238fa868d282da5c4f77d8556534af4 (diff)
add new version indicator on main chrome
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 414e01006..d2b0ff9cf 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -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'>";