mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
show application title instead of (directory-)name
This commit is contained in:
parent
5750904809
commit
10b37454f8
@ -485,7 +485,7 @@ switch($GLOBALS['egw_info']['setup']['stage']['db'])
|
|||||||
{
|
{
|
||||||
if ($data['currentver'] && $data['version'] && $data['version'] != $data['currentver'])
|
if ($data['currentver'] && $data['version'] && $data['version'] != $data['currentver'])
|
||||||
{
|
{
|
||||||
$to_upgrade[] = $app;
|
$to_upgrade[] = lang(!empty($data['title']) ? $data['title'] : $app);
|
||||||
$setup_tpl->set_var('apps_status_img',$incomplete);
|
$setup_tpl->set_var('apps_status_img',$incomplete);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -494,7 +494,7 @@ switch($GLOBALS['egw_info']['setup']['stage']['db'])
|
|||||||
{
|
{
|
||||||
if (!isset($setup_info[$app]) || empty($setup_info[$app]['currentver']))
|
if (!isset($setup_info[$app]) || empty($setup_info[$app]['currentver']))
|
||||||
{
|
{
|
||||||
$to_install[] = $app;
|
$to_install[] = lang($app);
|
||||||
$setup_tpl->set_var('apps_status_img',$incomplete);
|
$setup_tpl->set_var('apps_status_img',$incomplete);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user