Index: openacs.org-dev/packages/calendar/www/cal-item-create-recurrence.adp =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/calendar/www/cal-item-create-recurrence.adp,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/calendar/www/cal-item-create-recurrence.adp 9 Jul 2002 17:35:02 -0000 1.1.1.1 +++ openacs.org-dev/packages/calendar/www/cal-item-create-recurrence.adp 25 Jul 2002 18:47:00 -0000 1.1.1.2 @@ -7,28 +7,28 @@ --> - -Calendars: Recurrence -Add Recurrence + +Calendars: Repeating Event +Repeat You are choosing to make this event recurrent, so that it appears more than once in your calendar. The event's details are:

-Date: @start_date@
-Time: @start_time@ - @end_time@
-Details: @description@ +Date: @cal_item.start_date@
+Time: @cal_item.start_time@ - @cal_item.end_time@
+Details: @cal_item.description@

- + Repeat every :
day (s)
<% foreach dow {{Sunday 0} {Monday 1} {Tuesday 2} {Wednesday 3} {Thursday 4} {Friday 5} {Saturday 6}} { - if {[lindex $dow 1] == [expr "$day_of_week -1"]} { + if {[lindex $dow 1] == [expr "$cal_item(day_of_week) -1"]} { set checked_html "CHECKED" } else { set checked_html "" @@ -39,8 +39,8 @@ %> of the week
day -@day_of_month@ of the month
- same @pretty_day_of_week@ of +@cal_item.day_of_month@ of the month
+ same @cal_item.pretty_day_of_week@ of the month
year
Repeat this event until: <%= [dt_widget_datetime -default [dt_systime] recur_until] %>