mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Make mail compose dialog slightly bigger to get all actions in toolbar on a same line
This commit is contained in:
parent
a6dd184d64
commit
7dff2d7f94
@ -88,12 +88,12 @@ class mail_hooks
|
|||||||
'add' => array(
|
'add' => array(
|
||||||
'menuaction' => 'mail.mail_compose.compose',
|
'menuaction' => 'mail.mail_compose.compose',
|
||||||
),
|
),
|
||||||
'add_popup' => '870xavailHeight',
|
'add_popup' => '900xavailHeight',
|
||||||
'edit' => array(
|
'edit' => array(
|
||||||
'menuaction' => 'mail.mail_compose.compose',
|
'menuaction' => 'mail.mail_compose.compose',
|
||||||
),
|
),
|
||||||
'edit_id' => 'id',
|
'edit_id' => 'id',
|
||||||
'edit_popup' => '870xavailHeight',
|
'edit_popup' => '900xavailHeight',
|
||||||
// register mail as handler for .eml files
|
// register mail as handler for .eml files
|
||||||
'mime' => array(
|
'mime' => array(
|
||||||
'message/rfc822' => array(
|
'message/rfc822' => array(
|
||||||
@ -101,7 +101,7 @@ class mail_hooks
|
|||||||
'mime_url' => 'formData[file]',
|
'mime_url' => 'formData[file]',
|
||||||
'mime_data' => 'formData[data]',
|
'mime_data' => 'formData[data]',
|
||||||
'formData[type]' => 'message/rfc822',
|
'formData[type]' => 'message/rfc822',
|
||||||
'mime_popup' => '870xavailHeight',
|
'mime_popup' => '900xavailHeight',
|
||||||
'mime_target' => '_blank'
|
'mime_target' => '_blank'
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user