Index: openacs-4/packages/recruiting/www/admin/view-comments.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/recruiting/www/admin/view-comments.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/recruiting/www/admin/view-comments.tcl 2 Aug 2002 16:48:26 -0000 1.1
+++ openacs-4/packages/recruiting/www/admin/view-comments.tcl 9 Aug 2002 20:30:51 -0000 1.2
@@ -15,12 +15,15 @@
array set candidate_info [recruiting_candidate::get -candidate_id $candidate_id]
-table::setTitle comments "Comments for $candidate_info(first_name) $candidate_info(last_name)"
+ui::table::set_title comments "Comments for $candidate_info(first_name) $candidate_info(last_name)"
db_foreach get_comments {} {
- table::addUnsortedRow comments [list "$interviewer_name: $comment
(view $interviewer_name's ratings)"]
+ ui::table::add_unsorted_row comments [list "$interviewer_name: $comment
(view $interviewer_name's ratings)"]
}
set context_bar [list [list "../" "Recruiting"] [list "index" "Admin"] [list "list-candidates" "Candidates"] [list "view-one-candidate?[export_vars candidate_id]" "One Candidate"] "Comments"]
ad_return_template
+
+
+