mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Add more actions in mail display as default toolbar actions
This commit is contained in:
parent
3105054be0
commit
017737e7eb
@ -2017,6 +2017,9 @@ unset($query['actions']);
|
||||
'icon' => 'read_flagged_small',
|
||||
'onExecute' => 'javaScript:app.mail.mail_flag',
|
||||
);
|
||||
$actionsenabled['tracker']['toolbarDefault'] = true;
|
||||
$actionsenabled['mark']['toolbarDefault'] = true;
|
||||
$actionsenabled['forward']['toolbarDefault'] = true;
|
||||
$cAN = $actionsenabled['composeasnew'];
|
||||
unset($actionsenabled['composeasnew']);
|
||||
$actionsenabled = array_reverse($actionsenabled,true);
|
||||
|
Loading…
Reference in New Issue
Block a user