allow to supply $readonlys with extra_info

This commit is contained in:
Ralf Becker 2010-05-13 11:59:16 +00:00
parent bf898afb61
commit bc32563b23

View File

@ -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);