forked from extern/egroupware
Changed the size of the time column on the day vew...
This commit is contained in:
parent
83ef90283a
commit
04e38d6313
@ -1028,11 +1028,11 @@ class calendar extends calendar_
|
|||||||
$pict = 'rpt.gif';
|
$pict = 'rpt.gif';
|
||||||
$pic_size = ' width="10" height="10"';
|
$pic_size = ' width="10" height="10"';
|
||||||
}
|
}
|
||||||
// if(count($lr_events->participants) > 1)
|
if(count($lr_events->participants) > 1)
|
||||||
// {
|
{
|
||||||
// $pict = 'multi_1.gif';
|
$pict = 'multi_1.gif';
|
||||||
// $pic_size = ' width="10" height="14"';
|
$pic_size = ' width="12" height="16"';
|
||||||
// }
|
}
|
||||||
|
|
||||||
$description = $this->is_private($lr_events,$owner,'description');
|
$description = $this->is_private($lr_events,$owner,'description');
|
||||||
|
|
||||||
@ -1362,7 +1362,7 @@ class calendar extends calendar_
|
|||||||
{
|
{
|
||||||
if($t_format == '12')
|
if($t_format == '12')
|
||||||
{
|
{
|
||||||
$time_width=48;
|
$time_width=26;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user