Index: openacs-4/packages/acs-templating/www/doc/demo/pay.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/pay.tcl,v diff -u -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/acs-templating/www/doc/demo/pay.tcl 7 Feb 2016 15:12:31 -0000 1.5.2.2 +++ openacs-4/packages/acs-templating/www/doc/demo/pay.tcl 13 May 2016 18:32:19 -0000 1.5.2.3 @@ -1,4 +1,13 @@ +ad_page_contract { + @author unknown + @creation-date unknown + +} -query { + {payee ""} + {amount:integer ""} +} + form create pay_bill -section required -sec_legendtext Payment -elements { payee -label "Payee" -datatype text -widget text amount -label "Amount" -datatype integer -widget text