mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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(
|
||||
'caption' => 'Save',
|
||||
'icon' => 'save',
|
||||
'icon' => 'apply',
|
||||
'group' => ++$group,
|
||||
'onExecute' => 'javaScript:app.mail.saveAsDraft',
|
||||
'hint' => 'Save as Draft',
|
||||
|
Loading…
Reference in New Issue
Block a user