mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix saveAsDraft icon in mail compose
This commit is contained in:
parent
5b545e24ec
commit
ab455be633
@ -127,7 +127,7 @@ class mail_compose
|
|||||||
),
|
),
|
||||||
'button[saveAsDraft]' => array(
|
'button[saveAsDraft]' => array(
|
||||||
'caption' => 'Save',
|
'caption' => 'Save',
|
||||||
'icon' => 'save',
|
'icon' => 'apply',
|
||||||
'group' => ++$group,
|
'group' => ++$group,
|
||||||
'onExecute' => 'javaScript:app.mail.saveAsDraft',
|
'onExecute' => 'javaScript:app.mail.saveAsDraft',
|
||||||
'hint' => 'Save as Draft',
|
'hint' => 'Save as Draft',
|
||||||
|
Loading…
Reference in New Issue
Block a user