mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
WIP of SMIME support:
- Fix actions names in compose dialog
This commit is contained in:
parent
84ab6b8cec
commit
91a5f3180f
@ -213,7 +213,7 @@ class mail_compose
|
||||
'hint' => 'Save the drafted message as eml file into VFS'
|
||||
),
|
||||
'smime_sign' => array (
|
||||
'caption' => 'Sign',
|
||||
'caption' => 'SMIME Sign',
|
||||
'icon' => 'smimeSignature',
|
||||
'group' => ++$group,
|
||||
'onExecute' => 'javaScript:app.mail.compose_setToggle',
|
||||
@ -221,7 +221,7 @@ class mail_compose
|
||||
'hint' => 'Sign your message with smime certificate'
|
||||
),
|
||||
'smime_encrypt' => array (
|
||||
'caption' => 'SMIME',
|
||||
'caption' => 'SMIME Encryption',
|
||||
'icon' => 'smimeEncryption',
|
||||
'group' => ++$group,
|
||||
'onExecute' => 'javaScript:app.mail.compose_setToggle',
|
||||
|
Loading…
Reference in New Issue
Block a user