Index: openacs-4/packages/ecommerce/tcl/ecommerce-widgets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-widgets-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/ecommerce/tcl/ecommerce-widgets-procs.tcl 11 Dec 2003 21:40:02 -0000 1.15 +++ openacs-4/packages/ecommerce/tcl/ecommerce-widgets-procs.tcl 8 Mar 2004 19:46:11 -0000 1.16 @@ -14,8 +14,9 @@ } { Creates an ecommerce search widget, using the specified category id and search text if necessary } { + set action_url "[ec_url]product-search" return " -
+ @@ -39,9 +40,9 @@ Category widget combining categories and subcategories } { if { $multiple_p == "f" } { - set select_tag "\n" } else { - set select_tag "\n" } set to_return "" set category_counter 0 @@ -74,9 +75,9 @@ # Check if the subcategory has been selected. if { [lsearch -exact $default "$category_id|$subcategory_id"] != -1 || [lsearch -exact $default $subcategory_name] != -1 } { - append to_return "" + append to_return "" } else { - append to_return "" + append to_return "" } } } @@ -1014,7 +1015,7 @@ } { if { ![regexp -nocase {([0-9]+):([0-9]+):([0-9]+)} $timestamp match hours mins secs]} { - ad_return_complaint 1 "
  • The time part of the timestamp is not in the correct format. It must be HH12:MI:SS" + ad_return_complaint "1" "
  • The time part of the timestamp is not in the correct format. It must be HH12:MI:SS" return -code return } else {