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 -N -r1.23.2.1 -r1.23.2.2 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl 4 Oct 2008 19:58:19 -0000 1.23.2.1 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl 14 Oct 2008 18:58:24 -0000 1.23.2.2 @@ -19,7 +19,7 @@ -header_bgcolor "black" -header_text_color "white" -header_text_size "+2" - -day_number_template {$day_number} + -day_number_template {$day_number} -day_header_size 2 -day_header_bgcolor "#666666" -calendar_width "100%" @@ -221,7 +221,7 @@ -header_bgcolor "black" -header_text_color "white" -header_text_size "+1" - -day_number_template {$day_number} + -day_number_template {$day_number} -day_header_size 1 -day_header_bgcolor "#666666" -calendar_width 0 @@ -267,7 +267,7 @@ -header_bgcolor "black" -header_text_color "white" -header_text_size "+1" - -day_number_template {$day_number} + -day_number_template {$day_number} -day_header_size 1 -day_header_bgcolor "#666666" -calendar_width 0 @@ -319,7 +319,7 @@ -header_bgcolor "black" -header_text_color "white" -header_text_size "+1" - -day_number_template {$day_number} + -day_number_template {$day_number} -day_header_size 1 -day_header_bgcolor "#666666" -calendar_width 0 @@ -376,7 +376,7 @@ -header_bgcolor "black" -header_text_color "white" -header_text_size "+1" - -day_number_template {$day_number} + -day_number_template {$day_number} -day_header_size 1 -day_header_bgcolor "#666666" -calendar_width 0 @@ -455,13 +455,13 @@ if { $viewname == $view } { # current view append result " - $text + $text " } else { append result " - $text + $text " } @@ -593,7 +593,7 @@ } append results " - $curr_month" + $curr_month" # Output link to next month only if it's a legal month if {$next_month_legal_p != 0} { @@ -694,7 +694,7 @@ if {$i == $curr_month} { append output " - $month + $month \n" } else { set target_date [clock format \ @@ -703,7 +703,7 @@ append output " - $month + $month \n" } } @@ -728,12 +728,12 @@ for {set year [expr $curr_year - 2]} {$year <= $end_year} {incr year} { if {$year == $curr_year} { append output " - $year\n" + $year\n" } else { append output " - $year + $year \n" } } @@ -756,7 +756,7 @@ set days_of_week [list S M T W T F S] foreach day_of_week $days_of_week { - append output "$day_of_week\n" + append output "$day_of_week\n" } append output "
" @@ -795,18 +795,18 @@ append output " - $day_number + $day_number " } elseif {$julian_date == $julian_date_today} { append output " - $day_number + $day_number " } else { append output " - $day_number + $day_number " } @@ -837,21 +837,23 @@ + is [dt_ansi_to_pretty]
- " + " if { $view == "day" && [dt_sysdate] == $date } { - append output "Today" + append output "Today" } else { append output " - Today " + Today " } append output " - is [dt_ansi_to_pretty]

-
Date as YYYYMMDD +
+
Date as YYYYMMDD +
" foreach var $list_of_vars {