Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl,v diff -u -N -r1.43 -r1.44 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 27 Oct 2014 16:39:32 -0000 1.43 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 19 Jun 2015 19:52:03 -0000 1.44 @@ -436,12 +436,17 @@ set start_date_url [subst $url_template] # Create the header - append return_html " - - " + append return_html [subst { +
Day of WeekDateStart TimeEnd Time
+ + + + + + }] if {$real_order_by ne "item_type"} { - append return_html "" + append return_html [subst {}] } @@ -475,7 +480,7 @@ } else { set item_type_for_title $item_type } - append return_html "\n" + append return_html [subst {}] set flip 0 }
Day of WeekDateStart TimeEnd TimeTypeType
$item_type_for_title
$item_type_for_title