Upgrade in progress image background is red. Move image to print_info_box()

This commit is contained in:
Scott Ullrich 2005-08-21 18:46:56 +00:00
parent bd99c3183b
commit fdcb3035ee

View File

@ -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>";