summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2011-01-28 16:38:09 -0200
committerVinicius Coque <vinicius.coque@bluepex.com>2011-01-28 16:38:09 -0200
commit1596d9c17349f47ef06defa5c44333db0158a110 (patch)
tree4a3ee13deb4884dc67841f2b16eff691eb8c7411 /usr/local/www/fbegin.inc
parenteac181cad00c25a90432ebbc35327ac9cfbed5b0 (diff)
parent20413b72bfd31282276c8ac2a116014f92914d4e (diff)
downloadpfsense-1596d9c17349f47ef06defa5c44333db0158a110.zip
pfsense-1596d9c17349f47ef06defa5c44333db0158a110.tar.gz
Merge remote branch 'mainline/master'
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 45a14a2..8183797 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -425,5 +425,10 @@ function add_to_menu($url, $name) {
<br />
<?php
+/* if upgrade in progress, alert user */
+if(is_subsystem_dirty('packagelock')) {
+ $pgtitle = array(gettext("System"),gettext("Package Manager"));
+ print_info_box(gettext("Packages are currently being reinstalled in the background.<p>Do not make changes in the GUI until this is complete.") . "<p><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>");
+}
$pgtitle_output = true;
?>
OpenPOWER on IntegriCloud