Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 9 May 2001 05:15:58 -0000 1.2 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 12 Dec 2001 20:54:47 -0000 1.3 @@ -528,8 +528,8 @@ # Display text entry for some elements, or if the type is text if { [string equal $type t] || [regexp "year|short_year" $fragment] } { - return "\n" + return "\n" } else { # Use a default range for others set interval [template::util::date::defaultInterval $fragment] @@ -628,9 +628,9 @@ # Just remember the format for now - in the future, allow # the user to enter a freeform format - append output "\n" - append output "\n" + append output "\n" + append output "
\n" # Prepare the value to set defaults on the form if { [info exists element(value)] && @@ -659,7 +659,7 @@ regexp -nocase $template::util::date::token_exp $word \ match token type - append output "" foreach token $tokens { set fragment_def $template::util::date::fragment_widgets($token) - append output "" + append output "" } append output "\n" } Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 9 May 2001 05:15:58 -0000 1.2 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 12 Dec 2001 20:54:47 -0000 1.3 @@ -245,7 +245,7 @@ set properties(action) [ns_conn url] } - set output "" - append output "" + append output "" return $output } @@ -474,7 +474,7 @@ append export_data " " + value=\"[template::util::quote_html $value]\" />" } return $export_data Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 9 May 2001 05:15:58 -0000 1.3 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 12 Dec 2001 20:54:47 -0000 1.4 @@ -25,7 +25,7 @@ # include an extra hidden element to indicate that the # value is being selected as opposed to entered - set output "" + set output "" append output [select element $tag_attributes] } @@ -42,7 +42,7 @@ array set attributes $tag_attributes - set output "
" + append output "" lappend tokens $token @@ -690,7 +690,7 @@ append output "
[lindex $fragment_def 3][lindex $fragment_def 3]