mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Add some more icons to actions
This commit is contained in:
parent
768ef4c40e
commit
0bb2f77376
@ -211,7 +211,7 @@ class importexport_definitions_ui
|
||||
),
|
||||
'schedule' => array(
|
||||
'caption' => 'Schedule',
|
||||
'icon' => 'schedule',
|
||||
'icon' => 'timesheet/navbar',
|
||||
'allowOnMultiple' => false,
|
||||
'url' => 'menuaction=importexport.importexport_schedule_ui.edit&definition=$id',
|
||||
'popup' => 'width=500,height=500',
|
||||
@ -224,11 +224,13 @@ class importexport_definitions_ui
|
||||
'owner' => array(
|
||||
'caption' => 'Owner',
|
||||
'group' => 1,
|
||||
'icon' => 'addressbook/accounts',
|
||||
'nm_action' => 'open_popup',
|
||||
),
|
||||
'allowed' => array(
|
||||
'caption' => 'Allowed users',
|
||||
'group' => 1,
|
||||
'icon' => 'addressbook/group',
|
||||
'nm_action' => 'open_popup',
|
||||
)
|
||||
),
|
||||
@ -246,6 +248,7 @@ class importexport_definitions_ui
|
||||
'export' => array(
|
||||
'caption' => 'Export',
|
||||
'group' => $group,
|
||||
'icon' => 'filesave'
|
||||
),
|
||||
'delete' => array(
|
||||
'caption' => 'Delete',
|
||||
|
Loading…
Reference in New Issue
Block a user