Index: openacs-4/packages/dotlrn-ecommerce/www/admin/course-info.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/course-info.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-ecommerce/www/admin/course-info.tcl 31 May 2005 22:04:54 -0000 1.1 +++ openacs-4/packages/dotlrn-ecommerce/www/admin/course-info.tcl 4 Jun 2005 10:05:18 -0000 1.2 @@ -29,7 +29,7 @@ permission::require_permission -object_id $course_id -privilege "admin" db_1row get_course_info { } -set page_title "$course_key [_ dotlrn-catalog.course_info]" +set page_title "$course_key" set asm_name [db_string get_asm_name { } -default "[_ dotlrn-catalog.not_associated]"] set item_id [dotlrn_catalog::get_item_id -revision_id $course_id] @@ -233,7 +233,7 @@ registration { label "Registration" display_template { - Registrants
+ Registrants
@section_list.attendees@ participants,
@section_list.available_slots@ available
} } @@ -246,7 +246,8 @@ attendance { label "Attendance" display_template { - Attendance + Attendance
+ Related Users
} } expenses { @@ -259,8 +260,8 @@ label "Purchases" html { align center } display_template { - Patron
- Participant
+ + Individual
Group } }