summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-23 19:41:07 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-23 19:41:34 -0400
commit180508d1fbdbb0ef5131089ba01917682c33bc85 (patch)
tree9bb953b0cb4c959333e883b0cc0da68bbcbe2a0b /src/usr/local/www/head.inc
parent3e191a855fb8a76fe47613939fe554e1931bb938 (diff)
downloadpfsense-180508d1fbdbb0ef5131089ba01917682c33bc85.zip
pfsense-180508d1fbdbb0ef5131089ba01917682c33bc85.tar.gz
Fixed #5333
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index f628bd7..ec019c0 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -475,7 +475,8 @@ if (is_subsystem_dirty('packagelock') || file_exists('/conf/needs_package_sync'
$info_text = gettext("Packages are currently being reinstalled in the background.<p>Do not make changes in the GUI until this is complete.");
$info_text .= gettext("<p>If the above message is still displayed after a couple of hours, use the 'Clear Package Lock' button on the <a href='diag_backup.php' title='Backup/Restore'>Backup/Restore page</a> and reinstall packages manually.");
}
- print_info_box("{$info_text}<p><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif' alt='firmware update' />");
+
+ print_info_box($info_text);
}
$pgtitle_output = true;
OpenPOWER on IntegriCloud