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.37.2.1 -r1.37.2.2 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 13 Feb 2007 09:45:52 -0000 1.37.2.1 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 3 Mar 2007 07:33:25 -0000 1.37.2.2 @@ -1011,7 +1011,7 @@ # the user to enter a freeform format append output "\n" - append output "\n" + append output "
\n" # Prepare the value to set defaults on the form if { [info exists element(value)] && @@ -1075,16 +1075,17 @@ append output "\n" } - append output "\n" + append output "\n" # Append help text under each widget, if neccessary if { [info exists element(help)] } { - append output "" + append output "" foreach token $tokens { - set fragment_def $template::util::date::fragment_widgets($token) - append output "" + set fragment_def $template::util::date::fragment_widgets([string toupper $token]) + set fragment [lindex $fragment_def 1] + append output "" } - append output "\n" + append output "\n" } append output "
[lindex $fragment_def 3]
\n"