mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Arrange mail-tree's menu item
This commit is contained in:
parent
16579e7bcb
commit
b0965ea44d
@ -689,12 +689,6 @@ class mail_ui
|
|||||||
'group' => $group,
|
'group' => $group,
|
||||||
'hideOnMobile' => true
|
'hideOnMobile' => true
|
||||||
),
|
),
|
||||||
'predefined-addresses' => array(
|
|
||||||
'caption' => 'Set predefined values for compose...',
|
|
||||||
'onExecute' => 'javaScript:app.mail.set_predefined_addresses',
|
|
||||||
'icon' => 'edit',
|
|
||||||
'group' => $group,
|
|
||||||
),
|
|
||||||
'sieve' => array(
|
'sieve' => array(
|
||||||
'caption' => 'Mail filter',
|
'caption' => 'Mail filter',
|
||||||
'onExecute' => 'javaScript:app.mail.edit_sieve',
|
'onExecute' => 'javaScript:app.mail.edit_sieve',
|
||||||
@ -720,6 +714,11 @@ class mail_ui
|
|||||||
'enabled' => 'javaScript:app.mail.acl_enabled',
|
'enabled' => 'javaScript:app.mail.acl_enabled',
|
||||||
'onExecute' => 'javaScript:app.mail.edit_acl',
|
'onExecute' => 'javaScript:app.mail.edit_acl',
|
||||||
),
|
),
|
||||||
|
'predefined-addresses' => array(
|
||||||
|
'caption' => 'Set predefined values for compose...',
|
||||||
|
'onExecute' => 'javaScript:app.mail.set_predefined_addresses',
|
||||||
|
'icon' => 'edit',
|
||||||
|
)
|
||||||
);
|
);
|
||||||
// the preference prefaskformove controls actually if there is a popup on target or not
|
// the preference prefaskformove controls actually if there is a popup on target or not
|
||||||
// if there are multiple options there is a popup on target, 0 for prefaskformove means
|
// if there are multiple options there is a popup on target, 0 for prefaskformove means
|
||||||
@ -780,7 +779,8 @@ class mail_ui
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
$tree_actions['sieve']['group'] = $tree_actions['vacation']['group'] = ++$group; // new group for filter
|
$tree_actions['sieve']['group'] = $tree_actions['vacation']['group'] = ++$group; // new group for filter
|
||||||
$tree_actions['edit_account']['group'] = $tree_actions['edit_acl']['group'] = ++$group;
|
$tree_actions['edit_account']['group'] = $tree_actions['edit_acl']['group'] =
|
||||||
|
$tree_actions['predefined-addresses']['group'] = ++$group;
|
||||||
|
|
||||||
|
|
||||||
// enforce global (group-specific) ACL
|
// enforce global (group-specific) ACL
|
||||||
|
Loading…
Reference in New Issue
Block a user