mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:08 +01:00
fixed dayScale in planner to prefer the holiday or birthday title over dayview
This commit is contained in:
parent
d038701dcb
commit
be95952118
@ -1351,7 +1351,7 @@ class uiviews extends uical
|
||||
'menuaction' => 'calendar.uiviews.planner',
|
||||
'planner_days' => 1,
|
||||
'date' => date('Ymd',$t),
|
||||
),false,$class == 'calHoliday' || $class == 'calBirthday' ? '' : ' title="'.$this->html->htmlspecialchars(lang('Dayview')).'"');
|
||||
),false,strstr($class,'calHoliday') || strstr($class,'calBirthday') ? '' : ' title="'.$this->html->htmlspecialchars(lang('Dayview')).'"');
|
||||
}
|
||||
if ($days < 5)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user