mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-11 15:59:45 +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(
|
$actions['undelete'] = array(
|
||||||
'caption' => 'Un-delete',
|
'caption' => 'Un-delete',
|
||||||
|
'icon' => 'revert',
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
'disableClass' => 'rowNoEdit',
|
'disableClass' => 'rowNoEdit',
|
||||||
);
|
);
|
||||||
|
@ -842,6 +842,7 @@ class calendar_uilist extends calendar_ui
|
|||||||
{
|
{
|
||||||
$actions['undelete'] = array(
|
$actions['undelete'] = array(
|
||||||
'caption' => 'Un-delete',
|
'caption' => 'Un-delete',
|
||||||
|
'icon' => 'revert',
|
||||||
'hint' => 'Recover this event',
|
'hint' => 'Recover this event',
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
'enabled' => 'javaScript:nm_enableClass',
|
'enabled' => 'javaScript:nm_enableClass',
|
||||||
|
Loading…
Reference in New Issue
Block a user