mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +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(
|
||||
'caption' => $app,
|
||||
'icon' => "$app/navbar"
|
||||
'icon' => $app == 'infolog-organisation' ? "infolog/navbar" : "$app/navbar"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user