forked from extern/egroupware
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']['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
|
||||
if($this->get_lists(EGW_ACL_EDIT))
|
||||
|
Loading…
Reference in New Issue
Block a user