Use colored icon for Scheduled call action

This commit is contained in:
Hadi Nategh 2020-06-08 11:48:42 +02:00
parent 2398968fb8
commit 15ced22755

View File

@ -609,7 +609,7 @@ class addressbook_ui extends addressbook_bo
],
'schedule_call' => [
'caption' => lang('Schedule a video conference'),
'icon' => 'calendar',
'icon' => 'calendar/navbar',
'allowOnMultiple' => true,
'onExecute' => 'javaScript:app.addressbook.add_cal',
]