forked from extern/egroupware
fixed size of edit popup
This commit is contained in:
parent
42ee153c30
commit
1a6ecca887
@ -369,13 +369,13 @@ class addressbook_hooks
|
|||||||
'menuaction' => 'addressbook.addressbook_ui.edit'
|
'menuaction' => 'addressbook.addressbook_ui.edit'
|
||||||
),
|
),
|
||||||
'edit_id' => 'contact_id',
|
'edit_id' => 'contact_id',
|
||||||
'edit_popup' => '870x440',
|
'edit_popup' => '800x525',
|
||||||
'add' => array(
|
'add' => array(
|
||||||
'menuaction' => 'addressbook.addressbook_ui.edit'
|
'menuaction' => 'addressbook.addressbook_ui.edit'
|
||||||
),
|
),
|
||||||
'add_app' => 'link_app',
|
'add_app' => 'link_app',
|
||||||
'add_id' => 'link_id',
|
'add_id' => 'link_id',
|
||||||
'add_popup' => '870x440',
|
'add_popup' => '800x525',
|
||||||
'file_access_user' => true, // file_access supports 4th parameter $user
|
'file_access_user' => true, // file_access supports 4th parameter $user
|
||||||
'file_access'=> 'addressbook.addressbook_bo.file_access',
|
'file_access'=> 'addressbook.addressbook_bo.file_access',
|
||||||
'default_types' => array('n' => array('name' => 'contact', 'options' => array('icon' => 'navbar.png','template' => 'addressbook.edit'))),
|
'default_types' => array('n' => array('name' => 'contact', 'options' => array('icon' => 'navbar.png','template' => 'addressbook.edit'))),
|
||||||
|
Loading…
Reference in New Issue
Block a user