mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
fixed empty line in popup with drop actions and added icon for cancel
This commit is contained in:
parent
58b6cb3bc6
commit
8989ac5d01
@ -459,11 +459,14 @@ class mail_ui
|
|||||||
'onExecute' => 'javaScript:app.mail.mail_copy'
|
'onExecute' => 'javaScript:app.mail.mail_copy'
|
||||||
),
|
),
|
||||||
'drop_cancel' => array(
|
'drop_cancel' => array(
|
||||||
|
'icon' => 'cancel',
|
||||||
'caption' => 'Cancel',
|
'caption' => 'Cancel',
|
||||||
'acceptedTypes' => 'mail',
|
'acceptedTypes' => 'mail',
|
||||||
'type' => 'drop',
|
'type' => 'drop',
|
||||||
),
|
),
|
||||||
'drop_move_folder' => array(
|
'drop_move_folder' => array(
|
||||||
|
'caption' => 'Move folder',
|
||||||
|
'hideOnDisabled' => true,
|
||||||
'type' => 'drop',
|
'type' => 'drop',
|
||||||
'acceptedTypes' => 'mailFolder',
|
'acceptedTypes' => 'mailFolder',
|
||||||
'onExecute' => 'javaScript:app.mail.mail_MoveFolder'
|
'onExecute' => 'javaScript:app.mail.mail_MoveFolder'
|
||||||
|
Loading…
Reference in New Issue
Block a user