mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Show fulldate as tooltip of each colDay link
This commit is contained in:
parent
a46398da52
commit
a1663631da
@ -1395,7 +1395,7 @@ class calendar_uiviews extends calendar_ui
|
||||
if ($this->allowEdit)
|
||||
{
|
||||
$title = html::a_href($title,$day_view,'',
|
||||
!isset($this->holidays[$day_ymd])?' title="'.lang('Dayview').'"':'');
|
||||
!isset($this->holidays[$day_ymd])?' title="'.$this->bo->long_date($ts,0,false,true).'"':'');
|
||||
}
|
||||
}
|
||||
elseif ($short_title === false)
|
||||
|
Loading…
Reference in New Issue
Block a user