Index: openacs-4/packages/calendar/www/mini-calendar.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/mini-calendar.adp,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/calendar/www/mini-calendar.adp 11 May 2005 13:12:28 -0000 1.13 +++ openacs-4/packages/calendar/www/mini-calendar.adp 11 May 2005 16:12:26 -0000 1.14 @@ -40,8 +40,7 @@ - - + @@ -55,26 +54,46 @@ - + + + + + + + + + + + + + + + + + + - +
@months.name@ @days.day_number@ + @months.name@
@days_of_week.day_short@
+ @days.day_number@ + - @days.day_number@ + @days.day_number@ - @days.day_number@ + @days.day_number@
Index: openacs-4/packages/calendar/www/mini-calendar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/mini-calendar.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/calendar/www/mini-calendar.tcl 11 May 2005 13:12:28 -0000 1.14 +++ openacs-4/packages/calendar/www/mini-calendar.tcl 11 May 2005 16:12:26 -0000 1.15 @@ -174,8 +174,7 @@ set end_of_week_p f } - multirow append days $day_number $beginning_of_week_p $end_of_week_p $today_p $active_p \ - "[export_vars -base $base_url {{date $ansi_date} view}]${page_num}${url_stub_period_days}" + multirow append days $day_number $beginning_of_week_p $end_of_week_p $today_p $active_p "[export_vars -base $base_url {{date $ansi_date} view}]${page_num}${url_stub_period_days}" incr day_number incr day_of_week }