summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-05 18:30:19 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-05 18:30:19 -0500
commit19e76a0bdb03bc3e6b6453289844e14e9aa70f5e (patch)
treea22badcad3438ed4667020f8da56e12513c608fa /usr/local/www/system_firmware.php
parent4944d592f5da9ed277382606ca6fb282bbf2a586 (diff)
downloadpfsense-19e76a0bdb03bc3e6b6453289844e14e9aa70f5e.zip
pfsense-19e76a0bdb03bc3e6b6453289844e14e9aa70f5e.tar.gz
Do not center hard drive upgrade image
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 2e18719..1b2648b 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -103,7 +103,7 @@ if(is_subsystem_dirty('firmwarelock')) {
echo "<body link=\"#0000CC\" vlink=\"#0000CC\" alink=\"#0000CC\">\n";
include("fbegin.inc");
echo "<div>\n";
- print_info_box(gettext("An 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'>");
+ print_info_box(gettext("An upgrade is currently in progress.<p>The firewall will reboot when the operation is complete.") . "<p><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>");
echo "</div>\n";
include("fend.inc");
echo "</body>";
OpenPOWER on IntegriCloud