Index: openacs-4/packages/ecommerce/www/admin/products/custom-field-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/custom-field-add.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/admin/products/custom-field-add.tcl 13 Jan 2005 13:58:02 -0000 1.5 +++ openacs-4/packages/ecommerce/www/admin/products/custom-field-add.tcl 14 Aug 2008 21:48:24 -0000 1.6 @@ -13,45 +13,7 @@ ad_require_permission [ad_conn package_id] admin -doc_body_append " - [ad_admin_header "Add a Custom Field"] +set title "Add a Custom Field" +set context [list [list index Products] $title] -

Add a Custom Field

- - [ad_context_bar [list "../" "Ecommerce([ec_system_name])"] [list "index.tcl" "Products"] [list "custom-fields.tcl" "Custom Fields"] "Add a Custom Field"] - -
- -
- - - - - - - - - - - - - - - - - - - - - - - -
Unique IdentifierNo spaces or special characters (just lowercase letters). The customers won't see this, but the site - administrator might, so make it indicative of what the field is.
Field NameThis is the name that the customers will see (if you choose to display this field on the site) and - the name you'll see when adding/updating products.
What kind of information will this field hold?[ec_column_type_widget]
Default Value (if any)For Date type, entering \"0\" here will set the default value to the current time of each new item. For other dates, use the format \"YYYY-MM-DD\"
- -
- -
-
- [ad_admin_footer]" +set custom_field_type_html [ec_column_type_widget]