-
-
+ |
- "
+ }]
- append return_html "
+ append return_html [subst {
- "
+ }]
set days_of_week {Sunday Monday Tuesday Wednesday Thursday Friday Saturday}
foreach day $days_of_week {
@@ -101,12 +99,11 @@
set bgcolor $day_bgcolor
}
- append return_html "$day_html
- |
+ append return_html [subst { $day_html |
-
- "
+
+ }]
# Go through events
while {1} {
@@ -115,15 +112,11 @@
break
}
- append return_html "
-
-
-
- [ns_set value $calendar_details $index]
-
- |
-
- "
+ append return_html [subst {
+
+ [ns_set value $calendar_details $index]
+ |
+ }]
ns_set delete $calendar_details $index
}
@@ -149,8 +142,8 @@
{-start_hour 0}
{-end_hour 23}
{-show_nav 1}
- {-prev_nav_template {}}
- {-next_nav_template {}}
+ {-prev_nav_template {}}
+ {-next_nav_template {}}
{-master_bgcolor "black"}
{-header_bgcolor "black"}
{-header_text_color "white"}
@@ -246,9 +239,10 @@
set next_hour ""
set start_time ""
set odd_row_p 0
- set display_hour ""
- append return_html "[subst $hour_template] | "
- append return_html ""
+ set display_hour [subst {}]
+ append return_html [subst {
+ [subst $hour_template] |
+ }]
# Go through events
while {1} {
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 -r1.26.2.1 -r1.26.2.2
--- openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl 10 Sep 2015 08:21:21 -0000 1.26.2.1
+++ openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl 3 Oct 2015 18:16:38 -0000 1.26.2.2
@@ -74,23 +74,23 @@
if { $prev_next_links_in_title == 0 } {
set title [subst {
- |
+ |
$month_heading
| \n}]
} else {
set title [subst {
-
- | | | | | |