forked from extern/egroupware
allow to supply $readonlys with extra_info
This commit is contained in:
parent
bf898afb61
commit
bc32563b23
@ -998,6 +998,10 @@ class filemanager_ui
|
||||
{
|
||||
$content += $extra_tab['data'];
|
||||
}
|
||||
if ($extra_tab['readonlys'] && is_array($extra_tab['readonlys']))
|
||||
{
|
||||
$readonlys += $extra_tab['readonlys'];
|
||||
}
|
||||
}
|
||||
$GLOBALS['egw_info']['flags']['java_script'] = "<script>window.focus();</script>\n";
|
||||
$GLOBALS['egw_info']['flags']['app_header'] = lang('Preferences').' '.urldecode($path);
|
||||
|
Loading…
Reference in New Issue
Block a user