mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +01:00
Addressbook: Use infolog icon for CRM of organisation action
This commit is contained in:
parent
cc4db511a7
commit
b998382cd2
@ -434,7 +434,7 @@ class addressbook_ui extends addressbook_bo
|
|||||||
{
|
{
|
||||||
$actions['view']['children']["view-$app"] = array(
|
$actions['view']['children']["view-$app"] = array(
|
||||||
'caption' => $app,
|
'caption' => $app,
|
||||||
'icon' => "$app/navbar"
|
'icon' => $app == 'infolog-organisation' ? "infolog/navbar" : "$app/navbar"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user