Index: openacs-4/packages/recruiting/www/admin/delete-candidate.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/recruiting/www/admin/delete-candidate.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/recruiting/www/admin/delete-candidate.tcl 2 Aug 2002 18:53:56 -0000 1.2 +++ openacs-4/packages/recruiting/www/admin/delete-candidate.tcl 7 Aug 2002 23:39:19 -0000 1.3 @@ -21,7 +21,7 @@ table::setTitle delete "Deleting $candidate_info(first_name) $candidate_info(last_name)" table::setForm delete [ns_conn url] - table::addUnsortedRow delete [list "

Are you sure you want to delete $candidate_info(first_name) $candidate_info(last_name)?

[export_form_vars referrer candidate_id]
"] + table::addUnsortedRow delete [list "

This will completely remove this candidate and all their information from the system.
If instead all you want to do is make this candidate invisible, archive them instead.
Are you sure you want to delete $candidate_info(first_name) $candidate_info(last_name)?.


[export_form_vars referrer candidate_id]

"] set context_bar [list [list "../" "Recruiting"] [list "index" "Admin"] [list "list-candidates" "Candidates"] "Delete Candidate"]