mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
cleanups
This commit is contained in:
parent
d7d1a07ab5
commit
a57e564e49
@ -285,12 +285,7 @@ if($need_alert_display == true) {
|
||||
echo "<div class=\"col-xs-12\"><div class=\"alert alert-info\"><p>".$display_text."</p></div></div>";
|
||||
}
|
||||
|
||||
/* if upgrade in progress, alert user */
|
||||
if(is_subsystem_dirty('packagelock')) {
|
||||
$pgtitle = array(gettext("System"),gettext("Package Manager"));
|
||||
print_info_box(gettext("Packages are currently being reinstalled in the background.<p>Do not make changes in the GUI until this is complete.") . "<p><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif' alt='firmware update' />");
|
||||
}
|
||||
$pgtitle_output = true;
|
||||
$pgtitle_output = true;
|
||||
?>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user