mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
"show the red cross if any app needs upgrading"
This commit is contained in:
parent
006400768d
commit
4b4922c589
@ -527,6 +527,7 @@
|
||||
if ($data['currentver'] && $data['version'] && $data['version'] != $data['currentver'])
|
||||
{
|
||||
$to_upgrade[] = $app;
|
||||
$setup_tpl->set_var('apps_status_img',$incomplete);
|
||||
}
|
||||
}
|
||||
$btn_manage_apps = $GLOBALS['egw_setup']->html->make_frm_btn_simple(
|
||||
|
Loading…
Reference in New Issue
Block a user