Index: openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl 23 Jan 2002 06:29:36 -0000 1.3 +++ openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl 23 Jan 2002 07:05:46 -0000 1.4 @@ -26,7 +26,10 @@ # big switch on the view var if { $view == "day" } { - set cal_stuff [calendar::one_day_display -date $current_date] + set cal_stuff [calendar::one_day_display \ + -item_template {$item} \ + -hour_template "\$hour" \ + -date $current_date -start_hour 7 -end_hour 22] }