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 -r1.1 -r1.2 --- openacs-4/packages/recruiting/www/my-new-interviews.tcl 1 Aug 2002 21:18:09 -0000 1.1 +++ openacs-4/packages/recruiting/www/my-new-interviews.tcl 2 Aug 2002 18:53:56 -0000 1.2 @@ -13,7 +13,9 @@ table::setTitle interviews "Candidates for you to interview" table::setColumnHeadings interviews [list "Name" "Location"] db_foreach my_new_interviews {} { - table::addSortableRow interviews [list "$last_name, $first_name" "$location" "(rate this candidate)"] + table::addSortableRow 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]" \ + "(rate this candidate)"] } if_no_rows { table::addSortableRow interviews [list "You don't have any candidates to interview right now."] }