Index: openacs-4/packages/acs-templating/tcl/currency-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/currency-procs.tcl,v diff -u -r1.15.2.1 -r1.15.2.2 --- openacs-4/packages/acs-templating/tcl/currency-procs.tcl 10 Sep 2015 08:22:05 -0000 1.15.2.1 +++ openacs-4/packages/acs-templating/tcl/currency-procs.tcl 3 Oct 2016 15:47:35 -0000 1.15.2.2 @@ -1,18 +1,20 @@ -# Currency widgets for the OpenACS Templating System +ad_library { + Currency widgets for the OpenACS Templating System -# This is free software distributed under the terms of the GNU Public -# License. Full text of the license is available from the GNU Project: -# http://www.fsf.org/copyleft/gpl.html + These are modelled somewhat after the date procs. -# @author Don Baccus (dhogaza@pacifier.com) + DRB: This was totally non-functional in ACS 4.2 Classic. It's now partly + functional in that we accept and process currency values. We really need + to tie this in with the acs-lang money database as this code's far too + simplistic. -# These are modelled somewhat after the date procs. + This is free software distributed under the terms of the GNU Public + License. Full text of the license is available from the GNU Project: + http://www.fsf.org/copyleft/gpl.html + + @author Don Baccus (dhogaza@pacifier.com) +} -# DRB: This was totally non-functional in ACS 4.2 Classic. It's now partly -# functional in that we accept and process currency values. We really need -# to tie this in with the acs-lang money database as this code's far too -# simplistic. - namespace eval template {} namespace eval template::util {} namespace eval template::util::currency {}