mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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'])
|
if ($data['currentver'] && $data['version'] && $data['version'] != $data['currentver'])
|
||||||
{
|
{
|
||||||
$to_upgrade[] = $app;
|
$to_upgrade[] = $app;
|
||||||
|
$setup_tpl->set_var('apps_status_img',$incomplete);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$btn_manage_apps = $GLOBALS['egw_setup']->html->make_frm_btn_simple(
|
$btn_manage_apps = $GLOBALS['egw_setup']->html->make_frm_btn_simple(
|
||||||
|
Loading…
Reference in New Issue
Block a user