forked from extern/egroupware
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
f8821f692f
commit
6e6e9c55bd
@ -507,7 +507,7 @@ class calendar_ui
|
|||||||
}
|
}
|
||||||
if($event['participants'][$this->user][0] == 'U')
|
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;
|
return $icons;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue
Block a user