Make default actions for compose toolbar less than 7

This commit is contained in:
Hadi Nategh 2016-02-26 10:08:07 +00:00
parent 06e2519976
commit 2e33972631

View File

@ -186,7 +186,6 @@ class mail_compose
'group' => ++$group, 'group' => ++$group,
'checkbox' => true, 'checkbox' => true,
'hint' => 'check to recieve a notification when the message is read (note: not all clients support this and/or the reciever may not authorize the notification)', 'hint' => 'check to recieve a notification when the message is read (note: not all clients support this and/or the reciever may not authorize the notification)',
'toolbarDefault' => true,
'onExecute' => 'javaScript:app.mail.compose_setToggle' 'onExecute' => 'javaScript:app.mail.compose_setToggle'
), ),
'prty' => array( 'prty' => array(
@ -194,9 +193,7 @@ class mail_compose
'group' => ++$group, 'group' => ++$group,
'icon' => 'priority', 'icon' => 'priority',
'children' => array(), 'children' => array(),
'toolbarDefault' => true,
'hint' => 'Select the message priority tag', 'hint' => 'Select the message priority tag',
), ),
'save2vfs' => array ( 'save2vfs' => array (
'caption' => 'Save to VFS', 'caption' => 'Save to VFS',