Make mail compose dialog slightly bigger to get all actions in toolbar on a same line

This commit is contained in:
Hadi Nategh 2019-09-19 10:44:59 +02:00
parent a6dd184d64
commit 7dff2d7f94

View File

@ -88,12 +88,12 @@ class mail_hooks
'add' => array(
'menuaction' => 'mail.mail_compose.compose',
),
'add_popup' => '870xavailHeight',
'add_popup' => '900xavailHeight',
'edit' => array(
'menuaction' => 'mail.mail_compose.compose',
),
'edit_id' => 'id',
'edit_popup' => '870xavailHeight',
'edit_popup' => '900xavailHeight',
// register mail as handler for .eml files
'mime' => array(
'message/rfc822' => array(
@ -101,7 +101,7 @@ class mail_hooks
'mime_url' => 'formData[file]',
'mime_data' => 'formData[data]',
'formData[type]' => 'message/rfc822',
'mime_popup' => '870xavailHeight',
'mime_popup' => '900xavailHeight',
'mime_target' => '_blank'
),
),