Index: openacs-4/packages/ecommerce/www/admin/products/custom-field-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/custom-field-edit.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/admin/products/custom-field-edit.tcl 9 Mar 2004 00:59:51 -0000 1.4 +++ openacs-4/packages/ecommerce/www/admin/products/custom-field-edit.tcl 14 Aug 2008 21:48:24 -0000 1.5 @@ -21,46 +21,8 @@ set old_column_type $column_type -doc_body_append " - [ad_admin_header "Edit $field_name"] +set title "Edit $field_name" +set context [list [list index Products] $title] -

Edit $field_name

- - [ad_context_bar [list "../" "Ecommerce([ec_system_name])"] [list "index" "Products"] [list "custom-fields" "Custom Fields"] "Edit Custom Field"] - -
- -
- [export_form_vars old_column_type field_identifier] - - - - - - - - - - - - - - - - - - - - - - -
Unique Identifier:$field_identifierThis can't be changed.
Field Name:
Default Value:
Kind of Information:[ec_column_type_widget $column_type]We might not be able to change this, depending on what it - is, what you're trying to change it to, and what values are - already in the database for this field (you can always try it - & find out).
- -
- -
-
- [ad_admin_footer]" +set export_vars_html [export_form_vars old_column_type field_identifier] +set column_type_html [ec_column_type_widget $column_type]