Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl 13 Mar 2002 22:50:53 -0000 1.5 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl 15 May 2002 20:32:11 -0000 1.6 @@ -31,6 +31,7 @@ -prev_month_template "" -prev_next_links_in_title 0 -fill_all_days 0 + -show_calendar_name_p 1 } } { Returns a calendar for a specific month, with details supplied by @@ -90,7 +91,7 @@ # Write out the header and the days of the week append output " - +
$title \n" @@ -105,11 +106,12 @@ append output "\n" - if { $fill_all_days == 0 } { - for { set n 1} { $n < $first_day_of_month } { incr n } { - append output "\n" - } - } + # This is not necessary (ben) +# if { $fill_all_days == 0 } { +# for { set n 1} { $n < $first_day_of_month } { incr n } { +# append output "\n" +# } +# } set day_of_week 1 set julian_date $first_julian_date @@ -150,7 +152,7 @@ append output "[subst $day_number_template] " } } else { - append output "
[subst $day_number_template] " + append output "[subst $day_number_template] " } if { (!$skip_day) && $large_calendar_p == 1 } {