Use revert icon for Undelete action

This commit is contained in:
Nathan Gray 2012-12-31 22:05:14 +00:00
parent fcda447798
commit c120397363
2 changed files with 2 additions and 0 deletions

View File

@ -634,6 +634,7 @@ class addressbook_ui extends addressbook_bo
{
$actions['undelete'] = array(
'caption' => 'Un-delete',
'icon' => 'revert',
'group' => $group,
'disableClass' => 'rowNoEdit',
);

View File

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