Index: openacs-4/packages/recruiting/www/rating-sheet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/recruiting/www/rating-sheet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/recruiting/www/rating-sheet.tcl 1 Aug 2002 22:14:37 -0000 1.1 +++ openacs-4/packages/recruiting/www/rating-sheet.tcl 2 Aug 2002 16:48:26 -0000 1.2 @@ -38,6 +38,9 @@ table::addUnsortedRow summary [list "Average rating:" [db_string get_average_rating {}]] table::addUnsortedRow summary [list "Hiring suggestion:" [db_string get_should_hire_p {}]] +table::setTitle comments "Comments" +table::addUnsortedRow comments [list $interview_info(comment)] + set context_bar [list \ [list "index" "Recruiting"] \ [list "my-completed-interviews" "My Completed Interviews"] \