mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02: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(
|
'schedule' => array(
|
||||||
'caption' => 'Schedule',
|
'caption' => 'Schedule',
|
||||||
'icon' => 'schedule',
|
'icon' => 'timesheet/navbar',
|
||||||
'allowOnMultiple' => false,
|
'allowOnMultiple' => false,
|
||||||
'url' => 'menuaction=importexport.importexport_schedule_ui.edit&definition=$id',
|
'url' => 'menuaction=importexport.importexport_schedule_ui.edit&definition=$id',
|
||||||
'popup' => 'width=500,height=500',
|
'popup' => 'width=500,height=500',
|
||||||
@ -224,11 +224,13 @@ class importexport_definitions_ui
|
|||||||
'owner' => array(
|
'owner' => array(
|
||||||
'caption' => 'Owner',
|
'caption' => 'Owner',
|
||||||
'group' => 1,
|
'group' => 1,
|
||||||
|
'icon' => 'addressbook/accounts',
|
||||||
'nm_action' => 'open_popup',
|
'nm_action' => 'open_popup',
|
||||||
),
|
),
|
||||||
'allowed' => array(
|
'allowed' => array(
|
||||||
'caption' => 'Allowed users',
|
'caption' => 'Allowed users',
|
||||||
'group' => 1,
|
'group' => 1,
|
||||||
|
'icon' => 'addressbook/group',
|
||||||
'nm_action' => 'open_popup',
|
'nm_action' => 'open_popup',
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
@ -246,6 +248,7 @@ class importexport_definitions_ui
|
|||||||
'export' => array(
|
'export' => array(
|
||||||
'caption' => 'Export',
|
'caption' => 'Export',
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
|
'icon' => 'filesave'
|
||||||
),
|
),
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'caption' => 'Delete',
|
'caption' => 'Delete',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user