mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Upgrade in progress image background is red. Move image to print_info_box()
This commit is contained in:
parent
bd99c3183b
commit
fdcb3035ee
@ -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>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user