Revision fdcb3035
Added by Scott Ullrich about 20 years ago
usr/local/www/system_firmware.php | ||
---|---|---|
42 | 42 |
include("fbegin.inc"); |
43 | 43 |
echo "<p class=\"pgtitle\"><?=$pgtitle?></p>\n"; |
44 | 44 |
echo "<div>\n"; |
45 |
print_info_box("A upgrade is currently in progress.<p>The firewall will reboot when the operation is complete."); |
|
46 |
echo "<center><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>"; |
|
45 |
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'>"); |
|
47 | 46 |
echo "</div>\n"; |
48 | 47 |
include("fend.inc"); |
49 | 48 |
echo "</body>"; |
Also available in: Unified diff
Upgrade in progress image background is red. Move image to print_info_box()