summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-21 18:46:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-21 18:46:56 +0000
commitfdcb3035ee4f3a669ea5eebb194e37ad527ac35e (patch)
tree179cc7b6a0d570106aa1ff90c19d6379e150f8fb /usr/local/www/system_firmware.php
parentbd99c3183b7f9c51ba393994bd9a3e4103803846 (diff)
downloadpfsense-fdcb3035ee4f3a669ea5eebb194e37ad527ac35e.zip
pfsense-fdcb3035ee4f3a669ea5eebb194e37ad527ac35e.tar.gz
Upgrade in progress image background is red. Move image to print_info_box()
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 51de8bc..8af9f0f 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -42,8 +42,7 @@ if(file_exists($d_firmwarelock_path)) {
include("fbegin.inc");
echo "<p class=\"pgtitle\"><?=$pgtitle?></p>\n";
echo "<div>\n";
- print_info_box("A upgrade is currently in progress.<p>The firewall will reboot when the operation is complete.");
- echo "<center><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>";
+ print_info_box("A upgrade is currently in progress.<p>The firewall will reboot when the operation is complete.<p><center><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>");
echo "</div>\n";
include("fend.inc");
echo "</body>";
OpenPOWER on IntegriCloud