mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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'
|
||||
),
|
||||
'drop_cancel' => array(
|
||||
'icon' => 'cancel',
|
||||
'caption' => 'Cancel',
|
||||
'acceptedTypes' => 'mail',
|
||||
'type' => 'drop',
|
||||
),
|
||||
'drop_move_folder' => array(
|
||||
'caption' => 'Move folder',
|
||||
'hideOnDisabled' => true,
|
||||
'type' => 'drop',
|
||||
'acceptedTypes' => 'mailFolder',
|
||||
'onExecute' => 'javaScript:app.mail.mail_MoveFolder'
|
||||
|
Loading…
Reference in New Issue
Block a user