diff --git a/addressbook/inc/class.addressbook_hooks.inc.php b/addressbook/inc/class.addressbook_hooks.inc.php
index 80b0dd37e1..7e39421d6d 100644
--- a/addressbook/inc/class.addressbook_hooks.inc.php
+++ b/addressbook/inc/class.addressbook_hooks.inc.php
@@ -60,7 +60,7 @@ class addressbook_hooks
),
'Advanced search' => "javascript:egw_openWindowCentered2('".
Egw::link('/index.php',array('menuaction' => 'addressbook.addressbook_ui.search'),false).
- "','_blank',870,480,'yes')",
+ "','_blank',870,610,'yes')",
'Placeholders' => Egw::link('/index.php','menuaction=api.EGroupware\\Api\\Contacts\\Merge.show_replacements')
);
display_sidebox($appname,lang('Addressbook menu'),$file);
@@ -342,13 +342,13 @@ class addressbook_hooks
'menuaction' => 'addressbook.addressbook_ui.edit'
),
'edit_id' => 'contact_id',
- 'edit_popup' => '859x550',
+ 'edit_popup' => '870x610',
'add' => array(
'menuaction' => 'addressbook.addressbook_ui.edit'
),
'add_app' => 'link_app',
'add_id' => 'link_id',
- 'add_popup' => '859x550',
+ 'add_popup' => '870x610',
'file_access_user' => true, // file_access supports 4th parameter $user
'file_access'=> 'api.EGroupware\\Api\\Contacts.file_access',
'default_types' => array('n' => array('name' => 'contact', 'options' => array('icon' => 'navbar.png','template' => 'addressbook.edit'))),
diff --git a/addressbook/templates/default/index.xet b/addressbook/templates/default/index.xet
index 44576bdbf1..9627349ce5 100644
--- a/addressbook/templates/default/index.xet
+++ b/addressbook/templates/default/index.xet
@@ -170,10 +170,10 @@
-
+
-
+
diff --git a/calendar/inc/class.calendar_hooks.inc.php b/calendar/inc/class.calendar_hooks.inc.php
index b1184a1a85..5041d9e10a 100644
--- a/calendar/inc/class.calendar_hooks.inc.php
+++ b/calendar/inc/class.calendar_hooks.inc.php
@@ -36,8 +36,8 @@ class calendar_hooks
'menuaction' => 'calendar.calendar_uiforms.edit',
),
'view_id' => 'cal_id',
- 'view_popup' => '790x400',
- 'edit_popup' => '790x400',
+ 'view_popup' => '850x590',
+ 'edit_popup' => '850x590',
'list' => array(
'menuaction' => 'calendar.calendar_uiviews.index',
'view' => 'listview',
@@ -48,7 +48,7 @@ class calendar_hooks
),
'add_app' => 'link_app',
'add_id' => 'link_id',
- 'add_popup' => '790x400',
+ 'add_popup' => '850x590',
'file_access' => 'calendar.calendar_bo.file_access',
'file_access_user' => true, // file_access supports 4th parameter $user
'mime' => array(
@@ -56,7 +56,7 @@ class calendar_hooks
'menuaction' => 'calendar.calendar_uiforms.edit',
'mime_data' => 'ical_data',
'mime_url' => 'ical_url',
- 'mime_popup' => '790x400',
+ 'mime_popup' => '850x590',
'mime_target' => '_blank'
),
),
diff --git a/infolog/inc/class.infolog_hooks.inc.php b/infolog/inc/class.infolog_hooks.inc.php
index a896423e72..6d4ba76a3a 100644
--- a/infolog/inc/class.infolog_hooks.inc.php
+++ b/infolog/inc/class.infolog_hooks.inc.php
@@ -53,7 +53,7 @@ class infolog_hooks
'menuaction' => 'infolog.infolog_ui.edit',
),
'view_id' => 'info_id',
- 'view_popup' => '750x580',
+ 'view_popup' => '760x570',
'list' => array(
'menuaction' => 'infolog.infolog_ui.index',
'ajax' => 'true'
@@ -64,14 +64,14 @@ class infolog_hooks
),
'add_app' => 'action',
'add_id' => 'action_id',
- 'add_popup' => '750x550',
+ 'add_popup' => '760x570',
'file_access'=> 'infolog.infolog_bo.file_access',
'file_access_user' => true, // file_access supports 4th parameter $user
'edit' => array(
'menuaction' => 'infolog.infolog_ui.edit',
),
'edit_id' => 'info_id',
- 'edit_popup' => '750x580',
+ 'edit_popup' => '760x570',
'merge' => true,
);
}
diff --git a/timesheet/inc/class.timesheet_hooks.inc.php b/timesheet/inc/class.timesheet_hooks.inc.php
index 67930eb7c3..db8c83ce48 100644
--- a/timesheet/inc/class.timesheet_hooks.inc.php
+++ b/timesheet/inc/class.timesheet_hooks.inc.php
@@ -52,8 +52,8 @@ class timesheet_hooks
'menuaction' => TIMESHEET_APP.'.timesheet_ui.edit',
),
'view_id' => 'ts_id',
- 'view_popup' => '600x425',
- 'edit_popup' => '600x425',
+ 'view_popup' => '630x480',
+ 'edit_popup' => '630x480',
'index' => array(
'menuaction' => 'timesheet.timesheet_ui.index',
),
@@ -62,7 +62,7 @@ class timesheet_hooks
),
'add_app' => 'link_app',
'add_id' => 'link_id',
- 'add_popup' => '600x425',
+ 'add_popup' => '630x480',
'file_access'=> TIMESHEET_APP.'.timesheet_bo.file_access',
'file_access_user' => true, // file_access supports 4th parameter $user
'notify' => TIMESHEET_APP.'.timesheet_bo.notify',