mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Add 'None' category option back for addressbook
This commit is contained in:
parent
976c7e55ac
commit
0eb8854eb3
@ -244,7 +244,7 @@ class addressbook_ui extends addressbook_bo
|
|||||||
$content['nm'] = array_merge($content['nm'],$state);
|
$content['nm'] = array_merge($content['nm'],$state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$content['nm']['options-cat_id'] = array(lang('none'));
|
$sel_options['cat_id'] = array(array('value' => '', 'label' => lang('all')), array('value' => 0, 'label'=>lang('None')));
|
||||||
|
|
||||||
// Delete list action depends on permissions
|
// Delete list action depends on permissions
|
||||||
if($this->get_lists(EGW_ACL_EDIT))
|
if($this->get_lists(EGW_ACL_EDIT))
|
||||||
|
Loading…
Reference in New Issue
Block a user