Revision 180508d1
Added by Stephen Beaver almost 10 years ago
src/usr/local/www/head.inc | ||
---|---|---|
475 | 475 |
$info_text = gettext("Packages are currently being reinstalled in the background.<p>Do not make changes in the GUI until this is complete."); |
476 | 476 |
$info_text .= gettext("<p>If the above message is still displayed after a couple of hours, use the 'Clear Package Lock' button on the <a href='diag_backup.php' title='Backup/Restore'>Backup/Restore page</a> and reinstall packages manually."); |
477 | 477 |
} |
478 |
print_info_box("{$info_text}<p><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif' alt='firmware update' />"); |
|
478 |
|
|
479 |
print_info_box($info_text); |
|
479 | 480 |
} |
480 | 481 |
|
481 | 482 |
$pgtitle_output = true; |
Also available in: Unified diff
Fixed #5333