- [@items.day_number@ ]
+ [@items.day_number@ ]
Index: openacs-4/packages/calendar/www/view-month-display.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-month-display.tcl,v
diff -u -r1.22.2.2 -r1.22.2.3
--- openacs-4/packages/calendar/www/view-month-display.tcl 23 May 2008 20:45:47 -0000 1.22.2.2
+++ openacs-4/packages/calendar/www/view-month-display.tcl 23 May 2008 21:19:00 -0000 1.22.2.3
@@ -108,7 +108,7 @@
event_url \
description \
calendar_name \
- weekday \
+ pretty_date \
start_date \
end_date \
start_time \
@@ -205,7 +205,7 @@
"" \
"" \
"" \
- [lindex $week_days $display_information(weekday)] \
+ [lc_time_fmt [dt_julian_to_ansi $current_day] %Q] \
"" \
"" \
"" \
@@ -249,7 +249,7 @@
[subst $item_template] \
$description \
$calendar_name \
- [lindex $week_days $display_information(weekday)] \
+ [lc_time_fmt [dt_julian_to_ansi $current_day] %Q] \
$pretty_start_date \
$pretty_end_date \
$pretty_start_time \
@@ -285,7 +285,7 @@
"" \
"" \
"" \
- [lindex $week_days $display_information(weekday)] \
+ [lc_time_fmt [dt_julian_to_ansi $current_day] %Q] \
"" \
"" \
"" \
Index: openacs-4/packages/calendar/www/view-one-day-display.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-one-day-display.adp,v
diff -u -r1.23.2.3 -r1.23.2.4
--- openacs-4/packages/calendar/www/view-one-day-display.adp 23 May 2008 19:36:03 -0000 1.23.2.3
+++ openacs-4/packages/calendar/www/view-one-day-display.adp 23 May 2008 21:19:00 -0000 1.23.2.4
@@ -1,5 +1,5 @@
- @curr_day_name@ @curr_month@ @curr_day@ @curr_year@
+ @pretty_date@
#calendar.Hours# |
Index: openacs-4/packages/calendar/www/view-one-day-display.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-one-day-display.tcl,v
diff -u -r1.36 -r1.36.2.1
--- openacs-4/packages/calendar/www/view-one-day-display.tcl 7 Oct 2007 22:36:55 -0000 1.36
+++ openacs-4/packages/calendar/www/view-one-day-display.tcl 23 May 2008 21:19:00 -0000 1.36.2.1
@@ -29,6 +29,7 @@
}
set current_date $date
+set pretty_date [lc_time_fmt $current_date %Q]
if {[info exists portlet_mode_p] && $portlet_mode_p} {
set event_url_template "\${url_stub}cal-item-view?show_cal_nav=0&return_url=[ad_urlencode "../"]&action=edit&cal_item_id=\$item_id"
Index: openacs-4/packages/calendar/www/view-week-display.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-week-display.adp,v
diff -u -r1.18.2.4 -r1.18.2.5
--- openacs-4/packages/calendar/www/view-week-display.adp 23 May 2008 20:45:47 -0000 1.18.2.4
+++ openacs-4/packages/calendar/www/view-week-display.adp 23 May 2008 21:19:00 -0000 1.18.2.5
@@ -1,7 +1,7 @@
- #calendar.Week_of# @week_start_month@ @week_start_day@ @week_start_year@ – @week_end_month@ @week_end_day@ @week_end_year@
+ #calendar.Week_of# @dates@
|