mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Restore email icon in context menu Change -> Type
This commit is contained in:
parent
4b5bb644f7
commit
061498c79a
@ -1045,8 +1045,6 @@ class infolog_ui
|
||||
unset($types['delete']);
|
||||
foreach($types as $type => &$data)
|
||||
{
|
||||
if ($type=='email') continue;//requirement by sales that it should not be shown in right - click - action dialog
|
||||
|
||||
$image_exists = common::image('infolog',$type);
|
||||
$data = array(
|
||||
'caption' => $data,
|
||||
|
Loading…
Reference in New Issue
Block a user