replace cnr-pending icon for current users status is "needs-action" with regular needs-action icon, fixes icon does not exist in other templates

This commit is contained in:
Ralf Becker 2015-10-07 12:04:18 +00:00
parent fb4c37d027
commit 7335007f1d
2 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ class calendar_ui
}
if($event['participants'][$this->user][0] == 'U')
{
$icons[] = html::image('calendar','cnr-pending',lang('Needs action'));
$icons[] = html::image('calendar','needs-action',lang('Needs action'));
}
return $icons;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB