Add some more icons to actions

This commit is contained in:
Nathan Gray 2011-06-02 18:41:51 +00:00
parent 768ef4c40e
commit 0bb2f77376

View File

@ -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',