Index: openacs-4/packages/ecommerce/www/admin/customer-service/statistics.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/statistics.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/ecommerce/www/admin/customer-service/statistics.adp 24 Aug 2008 21:51:19 -0000 1.1 @@ -0,0 +1,24 @@ + + @title;noquote@ + @context;noquote@ +

@title@

+ +

Issues by Issue Type

+ + +

Interactions by Originator

+ + +

Interactions by Customer Service Rep

+ + +

Actions by Info Used

+ Index: openacs-4/packages/ecommerce/www/admin/customer-service/statistics.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/statistics.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/admin/customer-service/statistics.tcl 9 Mar 2004 00:59:47 -0000 1.4 +++ openacs-4/packages/ecommerce/www/admin/customer-service/statistics.tcl 24 Aug 2008 21:51:19 -0000 1.5 @@ -1,30 +1,17 @@ # statistics.tcl - ad_page_contract { @author @creation-date @cvs-id $Id$ @author ported by Jerry Asher (jerry@theashergroup.com) } { } -# + ad_require_permission [ad_conn package_id] admin -set page_title "Statistics and Reports" +set title "Statistics and Reports" +set context [list [list index "Customer Service"] $title] -append doc_body "[ad_admin_header $page_title] -

$page_title

- -[ad_context_bar [list "../index.tcl" "Ecommerce([ec_system_name])"] [list "index.tcl" "Customer Service Administration"] $page_title] - -
- -

Issues by Issue Type

- - -

Interactions by Originator

- - - -

Interactions by Customer Service Rep

- - - -

Actions by Info Used

- - -[ad_admin_footer] -" - - - -doc_return 200 text/html $doc_body