Changed the size of the time column on the day vew...

This commit is contained in:
skeeter 2001-05-05 04:38:33 +00:00
parent 83ef90283a
commit 04e38d6313

View File

@ -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
{ {