fixed size of edit popup

This commit is contained in:
Ralf Becker 2014-03-19 08:04:43 +00:00
parent 42ee153c30
commit 1a6ecca887

View File

@ -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'))),