Index: openacs-4/packages/recruiting/www/my-new-interviews.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/recruiting/www/my-new-interviews.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/recruiting/www/my-new-interviews.tcl 9 Aug 2002 20:30:51 -0000 1.3 +++ openacs-4/packages/recruiting/www/my-new-interviews.tcl 14 Aug 2002 20:33:55 -0000 1.4 @@ -14,7 +14,7 @@ ui::table::set_column_headings interviews [list "Name" "Location"] db_foreach my_new_interviews {} { ui::table::add_sortable_row interviews [list "$last_name, $first_name" \ - "$location
Home: [recruiting_candidate::format_phone -phone_number $home_phone]
Mobile: [recruiting_candidate::format_phone -phone_number $cell_phone]" \ + "$location
Home: [recruiting::candidate::format_phone -phone_number $home_phone]
Mobile: [recruiting::candidate::format_phone -phone_number $cell_phone]" \ "(rate this candidate)"] } if_no_rows { ui::table::add_sortable_row interviews [list "You don't have any candidates to interview right now."] @@ -27,3 +27,4 @@ +