Use videoconference icons

This commit is contained in:
Hadi Nategh 2020-04-08 19:56:11 +02:00
parent c755f005c0
commit 3f3165dbd3

View File

@ -582,12 +582,12 @@ class addressbook_ui extends addressbook_bo
{ {
$actions['videoconference'] = [ $actions['videoconference'] = [
'caption' => 'Video Conference', 'caption' => 'Video Conference',
'icon' => 'video_call', 'icon' => 'status/videoconference',
'group' => $group, 'group' => $group,
'children' => [ 'children' => [
'call' => [ 'call' => [
'caption' => lang('Call'), 'caption' => lang('Call'),
'icon' => 'call', 'icon' => 'status/videoconference_call',
'allowOnMultiple' => true, 'allowOnMultiple' => true,
'onExecute' => 'javaScript:app.addressbook.videoconference_actionCall', 'onExecute' => 'javaScript:app.addressbook.videoconference_actionCall',
'enabled' => 'javaScript:app.addressbook.videoconference_isUserOnline' 'enabled' => 'javaScript:app.addressbook.videoconference_isUserOnline'