Index: openacs-4/packages/ecommerce/www/admin/products/link.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/link.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/ecommerce/www/admin/products/link.adp 15 Aug 2008 11:09:50 -0000 1.1 @@ -0,0 +1,41 @@ + + @title;noquote@ + @context;noquote@ +

@title@

+ +

Links from the page for @product_name;noquote@ to other products' display pages:

+ + + +

None.

+
+ +

Links to @product_name;noquote@ from other products' display pages:

+ + + +

None.

+
+ +

Search for a product to add a link to/from:

+ +
+@export_product_id_html;noquote@ + Name: + +
+ +
+@export_product_id_html;noquote@ + SKU: + +
+ +

Audit Trail

+ Index: openacs-4/packages/ecommerce/www/admin/products/link.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/link.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/admin/products/link.tcl 9 Mar 2004 00:59:51 -0000 1.4 +++ openacs-4/packages/ecommerce/www/admin/products/link.tcl 15 Aug 2008 11:09:50 -0000 1.5 @@ -17,78 +17,41 @@ set product_name [ec_product_name $product_id] -doc_body_append " - [ad_admin_header "Links between $product_name and other products"] +set title "Links between $product_name and other products" +set context [list [list index Products] $title] -

Links

- [ad_context_bar [list "../" "Ecommerce([ec_system_name])"] [list "index.tcl" "Products"] [list "one.tcl?[export_url_vars product_id]" "One"] "Links"] - -
- -

Links from the page for $product_name to other products' display pages:

- -

Links to $product_name from other products' display pages:

- -

Search for a product to add a link to/from:

-
-
- [export_form_vars product_id] - Name: -
-
- [export_form_vars product_id] - SKU: - -
-
" - # Set audit variables audit_name, audit_id, audit_id_column, # return_url, audit_tables, main_tables @@ -98,22 +61,8 @@ set return_url "[ad_conn url]?[export_url_vars product_id]" set audit_tables [list ec_product_links_audit] set main_tables [list ec_product_links] +set audit_url_html "[ec_url_concat [ec_url] /admin]/audit?[export_url_vars audit_name audit_id audit_id_column return_url audit_tables main_tables]" -doc_body_append " -

Audit Trail

- - [ad_admin_footer]"