fixed empty line in popup with drop actions and added icon for cancel

This commit is contained in:
Ralf Becker 2014-02-25 15:04:09 +00:00
parent 58b6cb3bc6
commit 8989ac5d01

View File

@ -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'