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.46.2.3 -r1.46.2.4 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 18 Sep 2015 07:31:48 -0000 1.46.2.3 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 20 Oct 2015 07:07:57 -0000 1.46.2.4 @@ -510,7 +510,7 @@ } if { [info exists form_properties(actions)] - && [template::util::is_true $form_properties(actions)] + && $form_properties(actions) ne "" } { set form_properties(display_buttons) $form_properties(actions) }