add icalname on default event
allow to manipulate it (show/hide) when we add some other calendar on main (eg fichinter calendar)
This commit is contained in:
parent
b10f9d4ca3
commit
dc0af179e9
@ -1230,7 +1230,10 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa
|
||||
}
|
||||
else
|
||||
{
|
||||
$numother++; $cssclass='family_other';
|
||||
$numother++;
|
||||
$color=$event->icalcolor;
|
||||
$cssclass=(! empty($event->icalname)?'family_ext'.md5($event->icalname):'family_other');
|
||||
|
||||
|
||||
if (empty($cacheusers[$event->userownerid]))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user