mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Pick a better icon for cancel action in CRM view
This commit is contained in:
parent
3b5f6eb1c3
commit
f7f4994a2d
@ -2863,6 +2863,7 @@ class addressbook_ui extends addressbook_bo
|
|||||||
'cancel' => array(
|
'cancel' => array(
|
||||||
'caption' => 'Cancel',
|
'caption' => 'Cancel',
|
||||||
'toolbarDefault' => true,
|
'toolbarDefault' => true,
|
||||||
|
'icon' => 'close'
|
||||||
),
|
),
|
||||||
'back' => array(
|
'back' => array(
|
||||||
'caption' => 'Back',
|
'caption' => 'Back',
|
||||||
|
Loading…
Reference in New Issue
Block a user