From d9fa39f1d444fbd5a909aabe19dfc50aa8601131 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 27 Jan 2007 12:32:59 +0100 Subject: add new version indicator on main chrome --- modules/popup-dialog.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules') 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 "
Error message
"; + print "
Notice
"; print "
"; 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 "
"; print "
"; -- cgit v1.2.3