Index: openacs-4/packages/ecommerce/www/admin/customer-service/spam.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/spam.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/admin/customer-service/spam.tcl 20 Apr 2001 20:51:14 -0000 1.1 +++ openacs-4/packages/ecommerce/www/admin/customer-service/spam.tcl 29 Jan 2002 00:11:46 -0000 1.2 @@ -19,17 +19,22 @@ return } +# this proc uses uplevel and assumes the existence of +# it sets the variables start_date and end_date +ec_report_get_start_date_and_end_date - append doc_body "[ad_admin_header "Spam Users"]

Spam Users

[ad_admin_context_bar [list "../index.tcl" "Ecommerce([ec_system_name])"] [list "index.tcl" "Customer Service Administration"] "Spam Users"]
-

-View spam log +

+

+ +[ec_report_date_range_widget $start_date(date) $end_date(date)]

+
" set mailing_list_widget [ec_mailing_list_widget] @@ -71,7 +76,7 @@
  • Spam all users who bought this product:
    -Product ID:
    +Product SKU:
    Show me the users who will be spammed.

    @@ -84,7 +89,7 @@
  • Spam all users who viewed this product: -Product ID:
    +Product SKU:
    Show me the users who will be spammed.

    @@ -105,12 +110,8 @@ " -# this proc uses uplevel and assumes the existence of -# it sets the variables start_date and end_date -ec_report_get_start_date_and_end_date - append doc_body " -[ec_report_date_range_widget $start_date $end_date]
    +[ec_report_date_range_widget $start_date(date) $end_date(date)]
    Show me the users who will be spammed.