diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-01-05 18:30:19 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-01-05 18:30:19 -0500 |
commit | 19e76a0bdb03bc3e6b6453289844e14e9aa70f5e (patch) | |
tree | a22badcad3438ed4667020f8da56e12513c608fa /usr/local/www | |
parent | 4944d592f5da9ed277382606ca6fb282bbf2a586 (diff) | |
download | pfsense-19e76a0bdb03bc3e6b6453289844e14e9aa70f5e.zip pfsense-19e76a0bdb03bc3e6b6453289844e14e9aa70f5e.tar.gz |
Do not center hard drive upgrade image
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/system_firmware.php | 2 |
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>"; |