mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +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'] = [
|
$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'
|
||||||
|
Loading…
Reference in New Issue
Block a user