Index: openacs-4/packages/calendar/www/view-month-display.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-month-display.adp,v
diff -u -r1.13.6.2 -r1.13.6.3
--- openacs-4/packages/calendar/www/view-month-display.adp 12 Sep 2005 04:34:44 -0000 1.13.6.2
+++ openacs-4/packages/calendar/www/view-month-display.adp 12 Sep 2005 04:41:13 -0000 1.13.6.3
@@ -43,7 +43,7 @@
@items.ansi_start_time@
@items.event_name@
- [@items.calendar_name@]
+ [@items.calendar_name@]
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.17.2.2 -r1.17.2.3
--- openacs-4/packages/calendar/www/view-month-display.tcl 12 Sep 2005 04:34:44 -0000 1.17.2.2
+++ openacs-4/packages/calendar/www/view-month-display.tcl 12 Sep 2005 04:41:13 -0000 1.17.2.3
@@ -102,8 +102,7 @@
outside_month_p \
time_p \
add_url \
- day_url \
- show_calendar_name_p
+ day_url
# Calculate number of greyed days and then add them to the calendar mulitrow
set greyed_days_before_month [expr [expr [dt_first_day_of_month $this_year $this_month]] -1 ]
@@ -128,8 +127,7 @@
t \
"" \
"" \
- "" \
- t
+ ""
}
set current_day $first_julian_date_of_month
@@ -181,8 +179,8 @@
f \
0 \
"${base_url}cal-item-new?date=[dt_julian_to_ansi $current_day]&start_time=&end_time" \
- $day_link \
- t
+ $day_link
+
}
}
@@ -226,8 +224,8 @@
f \
$time_p \
"${base_url}cal-item-new?date=[dt_julian_to_ansi $current_day]&start_time=&end_time" \
- $day_link \
- t
+ $day_link
+
}
# Add cells for remaining days inside the month
@@ -257,8 +255,8 @@
f \
0 \
"${base_url}cal-item-new?date=[dt_julian_to_ansi $current_day]&start_time=&end_time" \
- $day_link \
- t
+ $day_link
+
}
# Add cells for remaining days outside the month
@@ -279,7 +277,7 @@
t \
0 \
"" \
- "" \
- t
+ ""
+
}
}