mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
* Addressbook - Fix missing 'Add' action for no results
This commit is contained in:
parent
1cb13a1f13
commit
52398d734a
@ -401,7 +401,6 @@ class addressbook_ui extends addressbook_bo
|
||||
'add' => array(
|
||||
'caption' => 'Add',
|
||||
'group' => $group,
|
||||
'enableClass' => 'contact_contact',
|
||||
'hideOnDisabled' => true,
|
||||
'children' => array(
|
||||
'new' => array(
|
||||
@ -414,6 +413,7 @@ class addressbook_ui extends addressbook_bo
|
||||
'caption' => 'Copy',
|
||||
'url' => 'menuaction=addressbook.addressbook_ui.edit&makecp=1&contact_id=$id',
|
||||
'popup' => Link::get_registry('addressbook', 'add_popup'),
|
||||
'enableClass' => 'contact_contact',
|
||||
'allowOnMultiple' => false,
|
||||
'icon' => 'copy',
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user