mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
remove app-header showing only path already visible in navigation
This commit is contained in:
parent
b361ce4e9b
commit
91fa9f44c8
@ -843,7 +843,6 @@ class filemanager_ui
|
|||||||
//_debug_array($readonlys);
|
//_debug_array($readonlys);
|
||||||
if ($GLOBALS['egw_info']['flags']['currentapp'] == 'projectmanager')
|
if ($GLOBALS['egw_info']['flags']['currentapp'] == 'projectmanager')
|
||||||
{
|
{
|
||||||
$GLOBALS['egw_info']['flags']['app_header'] = lang('Projectmanager').' - '.lang('Filemanager');
|
|
||||||
// we need our app.css file
|
// we need our app.css file
|
||||||
if (!file_exists(EGW_SERVER_ROOT.($css_file='/filemanager/templates/'.$GLOBALS['egw_info']['server']['template_set'].'/app.css')))
|
if (!file_exists(EGW_SERVER_ROOT.($css_file='/filemanager/templates/'.$GLOBALS['egw_info']['server']['template_set'].'/app.css')))
|
||||||
{
|
{
|
||||||
@ -852,10 +851,6 @@ class filemanager_ui
|
|||||||
$GLOBALS['egw_info']['flags']['css'] .= "\n\t\t</style>\n\t\t".'<link href="'.$GLOBALS['egw_info']['server']['webserver_url'].
|
$GLOBALS['egw_info']['flags']['css'] .= "\n\t\t</style>\n\t\t".'<link href="'.$GLOBALS['egw_info']['server']['webserver_url'].
|
||||||
$css_file.'?'.filemtime(EGW_SERVER_ROOT.$css_file).'" type="text/css" rel="StyleSheet" />'."\n\t\t<style>\n\t\t\t";
|
$css_file.'?'.filemtime(EGW_SERVER_ROOT.$css_file).'" type="text/css" rel="StyleSheet" />'."\n\t\t<style>\n\t\t\t";
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
$GLOBALS['egw_info']['flags']['app_header'] = lang('Filemanager').': '.egw_vfs::decodePath($query['path']);
|
|
||||||
}
|
|
||||||
return egw_vfs::$find_total;
|
return egw_vfs::$find_total;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user