mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 13:00:14 +01:00
Fix warning message again
This commit is contained in:
parent
ca227eda32
commit
1500c4f739
@ -234,6 +234,7 @@ class admin_categories
|
|||||||
}
|
}
|
||||||
$content['no_private'] = true;
|
$content['no_private'] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->appname == 'admin')
|
if($this->appname == 'admin')
|
||||||
{
|
{
|
||||||
$content['access'] = 'public';
|
$content['access'] = 'public';
|
||||||
@ -245,7 +246,7 @@ class admin_categories
|
|||||||
|
|
||||||
egw_framework::validate_file('.','global_categories','admin');
|
egw_framework::validate_file('.','global_categories','admin');
|
||||||
egw_framework::set_onload('$(document).ready(function() {
|
egw_framework::set_onload('$(document).ready(function() {
|
||||||
cat_original_owner = [' . ($content['owner'] ? $content['owner'] : $content['id'] ? '0' : '') .'];
|
cat_original_owner = [' . ($content['owner'] ? $content['owner'] : ($content['id'] ? '0' : '')) .'];
|
||||||
permission_prompt = \'' . lang('Removing access for groups may cause problems for data in this category. Are you sure? Users in these groups may no longer have access:').'\';
|
permission_prompt = \'' . lang('Removing access for groups may cause problems for data in this category. Are you sure? Users in these groups may no longer have access:').'\';
|
||||||
});');
|
});');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user