mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Unset drag_mail actions from display and preview toolbar, and set view_rang for display toolbar to 6 actions
This commit is contained in:
parent
a021f998e0
commit
fdd747fe35
@ -1846,6 +1846,7 @@ unset($query['actions']);
|
||||
else $data["flags"][$flag] = $flag;
|
||||
}
|
||||
}
|
||||
unset($actionsenabled['drag_mail']);
|
||||
$data['attachmentsPresent'] = $imageTag;
|
||||
$data['attachmentsBlock'] = $imageHTMLBlock;
|
||||
$data['toolbaractions'] = json_encode($actionsenabled);
|
||||
@ -2005,6 +2006,7 @@ unset($query['actions']);
|
||||
unset($actionsenabled['mark']['children']['read']);
|
||||
unset($actionsenabled['mark']['children']['unread']);
|
||||
unset($actionsenabled['mark']['children']['undelete']);
|
||||
unset($actionsenabled['drag_mail']);
|
||||
$actionsenabled['mark']['children']['flagged']=array(
|
||||
'group' => $actionsenabled['mark']['children']['flagged']['group'],
|
||||
'caption' => 'Flagged',
|
||||
|
@ -5,7 +5,7 @@
|
||||
<html id="msg"/>
|
||||
<vbox class="mailDisplay">
|
||||
<hbox>
|
||||
<toolbar id="displayToolbar" width="100%" view_range="8" flat_list="false"/>
|
||||
<toolbar id="displayToolbar" width="100%" view_range="6" flat_list="false"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<hbox class="mailDisplayHeaders" id="mailDisplayHeadersFrom" disabled="!@FROM" width="70%">
|
||||
|
Loading…
Reference in New Issue
Block a user