mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Use revert icon for Undelete action
This commit is contained in:
parent
fcda447798
commit
c120397363
@ -634,6 +634,7 @@ class addressbook_ui extends addressbook_bo
|
||||
{
|
||||
$actions['undelete'] = array(
|
||||
'caption' => 'Un-delete',
|
||||
'icon' => 'revert',
|
||||
'group' => $group,
|
||||
'disableClass' => 'rowNoEdit',
|
||||
);
|
||||
|
@ -842,6 +842,7 @@ class calendar_uilist extends calendar_ui
|
||||
{
|
||||
$actions['undelete'] = array(
|
||||
'caption' => 'Un-delete',
|
||||
'icon' => 'revert',
|
||||
'hint' => 'Recover this event',
|
||||
'group' => $group,
|
||||
'enabled' => 'javaScript:nm_enableClass',
|
||||
|
Loading…
Reference in New Issue
Block a user