mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 04:19:41 +01:00
requirement by sales that email-type should not be shown in right - click - action dialog
This commit is contained in:
parent
8cdbbe67fc
commit
b04627ed64
@ -924,6 +924,7 @@ class infolog_ui
|
|||||||
$types_add = array();
|
$types_add = array();
|
||||||
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
|
||||||
$data = array(
|
$data = array(
|
||||||
'caption' => $data,
|
'caption' => $data,
|
||||||
'icon' => $type,
|
'icon' => $type,
|
||||||
|
Loading…
Reference in New Issue
Block a user