mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
Use colored icon for Scheduled call action
This commit is contained in:
parent
2398968fb8
commit
15ced22755
@ -609,7 +609,7 @@ class addressbook_ui extends addressbook_bo
|
|||||||
],
|
],
|
||||||
'schedule_call' => [
|
'schedule_call' => [
|
||||||
'caption' => lang('Schedule a video conference'),
|
'caption' => lang('Schedule a video conference'),
|
||||||
'icon' => 'calendar',
|
'icon' => 'calendar/navbar',
|
||||||
'allowOnMultiple' => true,
|
'allowOnMultiple' => true,
|
||||||
'onExecute' => 'javaScript:app.addressbook.add_cal',
|
'onExecute' => 'javaScript:app.addressbook.add_cal',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user