Index: openacs-4/packages/bulk-mail/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bulk-mail/www/index.adp,v diff -u -r1.6 -r1.7 --- openacs-4/packages/bulk-mail/www/index.adp 20 Sep 2003 13:35:56 -0000 1.6 +++ openacs-4/packages/bulk-mail/www/index.adp 22 Oct 2003 15:01:47 -0000 1.7 @@ -1,5 +1,5 @@ @title;noquote@ -@context;noquote@ + @table;noquote@ Index: openacs-4/packages/bulk-mail/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bulk-mail/www/index.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/bulk-mail/www/index.tcl 28 Aug 2003 09:41:53 -0000 1.10 +++ openacs-4/packages/bulk-mail/www/index.tcl 22 Oct 2003 15:01:47 -0000 1.11 @@ -16,8 +16,7 @@ permission::require_permission -object_id $package_id -privilege admin -set title [bulk_mail::pretty_name] -set context [list All] +set title [string totitle [bulk_mail::pretty_name]] set table_def [list \ [list send_date [_ bulk-mail.Send_Date] {bulk_mail_messages.send_date $order} {[lc_time_fmt $send_date "%q"]}] \