mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Use videoconference icons
This commit is contained in:
parent
c755f005c0
commit
3f3165dbd3
@ -582,12 +582,12 @@ class addressbook_ui extends addressbook_bo
|
||||
{
|
||||
$actions['videoconference'] = [
|
||||
'caption' => 'Video Conference',
|
||||
'icon' => 'video_call',
|
||||
'icon' => 'status/videoconference',
|
||||
'group' => $group,
|
||||
'children' => [
|
||||
'call' => [
|
||||
'caption' => lang('Call'),
|
||||
'icon' => 'call',
|
||||
'icon' => 'status/videoconference_call',
|
||||
'allowOnMultiple' => true,
|
||||
'onExecute' => 'javaScript:app.addressbook.videoconference_actionCall',
|
||||
'enabled' => 'javaScript:app.addressbook.videoconference_isUserOnline'
|
||||
|
Loading…
Reference in New Issue
Block a user