Index: openacs-4/packages/acs-templating/tcl/element-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/element-procs.tcl,v diff -u -N -r1.37.2.5 -r1.37.2.6 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 7 Oct 2019 16:49:45 -0000 1.37.2.5 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 25 Nov 2019 07:49:45 -0000 1.37.2.6 @@ -17,13 +17,16 @@ namespace eval template {} namespace eval template::element {} -ad_proc -public element { command form_id element_id args } { +ad_proc -deprecated element { command form_id element_id args } { element is really template::element although when in the "template" namespace you may omit the template:: qualifier. See the template::form API for creating the form element container. + DEPRECATED: please use the properly namespaced api + @see template::element @see template::form + @see template::element } - ad_proc -public template::element { command form_id element_id args } {