Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -r1.85 -r1.86 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 11 Jun 2018 22:02:26 -0000 1.85 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 14 Jun 2018 16:27:48 -0000 1.86 @@ -3120,7 +3120,7 @@ template_tag listfilters-form { chunk params } { set level [template::adp_level] - set list_name [template::get_attribute listfilters $params name] + set list_name [template::get_attribute listfilters-form $params name] set style [ns_set iget $params style] Index: openacs-4/packages/acs-templating/tcl/tab-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tab-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-templating/tcl/tab-procs.tcl 6 Mar 2018 19:26:02 -0000 1.9 +++ openacs-4/packages/acs-templating/tcl/tab-procs.tcl 14 Jun 2018 16:27:48 -0000 1.10 @@ -202,7 +202,7 @@ set level [template::adp_level] - set id [template::get_attribute formtemplate $params id] + set id [template::get_attribute tabstrip $params id] upvar #$level $id:properties form_properties Index: openacs-4/packages/acs-templating/tcl/tag-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tag-init.tcl,v diff -u -r1.47 -r1.48 --- openacs-4/packages/acs-templating/tcl/tag-init.tcl 5 Mar 2018 14:56:24 -0000 1.47 +++ openacs-4/packages/acs-templating/tcl/tag-init.tcl 14 Jun 2018 16:27:48 -0000 1.48 @@ -54,7 +54,7 @@ template_tag master { params } { set src [ns_set iget $params src] - set slave_properties_p [template::get_attribute multiple $params slave-properties-p 0] + set slave_properties_p [template::get_attribute master $params slave-properties-p 0] if {[template::util::is_true $slave_properties_p]} { template::adp_append_code { @@ -512,7 +512,7 @@ template_tag formhelp { params } { - set id [template::get_attribute formwidget $params id] + set id [template::get_attribute formhelp $params id] # get any additional HTML attributes specified by the designer set tag_attributes [template::util::set_to_list $params id] @@ -525,7 +525,7 @@ template_tag formerror { chunk params } { - set id [template::get_attribute formwidget $params id] + set id [template::get_attribute formerror $params id] set type [ns_set get $params type] if {$type eq {}} { @@ -555,7 +555,7 @@ template_tag formgroup { chunk params } { - set id [template::get_attribute formwidget $params id] + set id [template::get_attribute formgroup $params id] # get any additional HTML attributes specified by the designer set tag_attributes [template::util::set_to_list $params id]