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.59.2.4 -r1.59.2.5 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 18 Apr 2022 08:43:02 -0000 1.59.2.4 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 29 Aug 2022 14:17:24 -0000 1.59.2.5 @@ -496,13 +496,13 @@ } if { [info exists form_properties(has_submit)] - && [template::util::is_true $form_properties(has_submit)] + && [string is true -strict $form_properties(has_submit)] } { set form_properties(edit_buttons) {} } if { [info exists form_properties(has_edit)] - && [template::util::is_true $form_properties(has_edit)] + && [string is true -strict $form_properties(has_edit)] } { set form_properties(display_buttons) {} }