Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -N -r1.63.2.13 -r1.63.2.14 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 11 Mar 2021 14:23:27 -0000 1.63.2.13 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 11 Mar 2021 14:24:35 -0000 1.63.2.14 @@ -1422,23 +1422,6 @@ return [input tel element $tag_attributes] } -ad_proc -public template::widget::tel { - element_reference - tag_attributes -} { - Render a tel input widget. - - @param element_reference Reference variable to the form element - @param tag_attributes HTML attributes to add to the tag - - @return Form HTML for widget -} { - - upvar $element_reference element - - return [input tel element $tag_attributes] -} - ad_proc -public template::widget::email { element_reference tag_attributes