mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
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:
parent
fb4c37d027
commit
7335007f1d
@ -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 |
Loading…
Reference in New Issue
Block a user