mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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']);
|
unset($types['delete']);
|
||||||
foreach($types as $type => &$data)
|
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);
|
$image_exists = common::image('infolog',$type);
|
||||||
$data = array(
|
$data = array(
|
||||||
'caption' => $data,
|
'caption' => $data,
|
||||||
|
Loading…
Reference in New Issue
Block a user