Index: openacs-4/packages/dotlrn-ecommerce/www/ecommerce/checkout-one-form.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/ecommerce/checkout-one-form.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn-ecommerce/www/ecommerce/checkout-one-form.tcl 4 Jul 2005 13:51:44 -0000 1.8 +++ openacs-4/packages/dotlrn-ecommerce/www/ecommerce/checkout-one-form.tcl 4 Jul 2005 14:34:31 -0000 1.9 @@ -484,7 +484,7 @@ {bill_to_first_names:text {label "First name(s)"} {html {size 40}}} {bill_to_last_name:text {label "Last Name"} {html {size 40}}} {bill_to_phone:text {label "Telephone"} {html {size 40}}} - {bill_to_phone_time:text(radio) {options {{day d} {evening e}}}} + {bill_to_phone_time:text(radio) {label "Best time to call"} {options {{day d} {evening e}}}} {bill_to_line1:text {label Address} {html {size 40}}} {bill_to_line2:text,optional {label "Address line 2"} {html {size 40}}} {bill_to_city:text {label City} {html {size 40}}}