Index: openacs-4/contrib/packages/events/www/admin/venues-ae.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/events/www/admin/Attic/venues-ae.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/events/www/admin/venues-ae.tcl 9 Mar 2003 12:08:23 -0000 1.1 +++ openacs-4/contrib/packages/events/www/admin/venues-ae.tcl 27 Feb 2004 10:35:12 -0000 1.2 @@ -31,65 +31,55 @@ {label "Venue Name"} {html {size 20}}} -{address1:text(text) +{address1:text(text),optional {label "Address 1"} - {html {size 50}} - optional} + {html {size 50}}} -{address2:text(text) +{address2:text(text),optional {label "Address 2"} - {html {size 50}} - optional} + {html {size 50}}} -{city:text(text) +{city:text(text),optional {label "City"} - {html {size 50}} - optional} + {html {size 50}}} -{usps_abbrev:text(text) +{usps_abbrev:text(text),optional {label "State"} - {html {size 2}} - optional} + {html {size 2}}} -{postal_code:text(text) +{postal_code:text(text),optional {label "Postal Code"} - {html {size 20}} - optional} + {html {size 20}}} -{time_zone:text(select) +{time_zone:text(select),optional {label "Time Zone"} - {options $tz_list} - optional} + {options $tz_list}} {iso:text(select) {label "Country"} {options $iso_list}} -{phone_number:text(text) +{phone_number:text(text),optional {label "Phone Number"} - {html {size 30}} - optional} + {html {size 30}}} -{fax_number:text(text) +{fax_number:text(text),optional {label "Fax Number"} - {html {size 30}} - optional} + {html {size 30}}} -{email:text(text) +{email:text(text),optional {label "Email"} - {html {size 30}} - optional} + {html {size 30}}} -{max_people:integer(text) +{max_people:integer(text),optional {label "Maximum Capacity"} - {html {size 20}} - optional} + {html {size 20}}} {needs_reserve_p:text(select) {label "Needs Reservation"} {options {{No f} {Yes t}}}} -{description:text(textarea) +{description:text(textarea),optional {label "Description"} {html {cols 70 rows 8 wrap soft}} {help_text "Include directions"}}