Index: openacs-4/packages/project-manager/tcl/process-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/tcl/process-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/project-manager/tcl/process-procs.tcl 30 Apr 2005 06:59:33 -0000 1.2 +++ openacs-4/packages/project-manager/tcl/process-procs.tcl 26 May 2005 09:34:29 -0000 1.3 @@ -424,7 +424,7 @@ set task_term \ [parameter::get -parameter "Taskname" -default "Task"] set task_term_lower \ - [parameter::get -parameter "taskname" -default "task"] + [_ project-manager.task] set use_uncertain_completion_times_p \ [parameter::get -parameter "UseUncertainCompletionTimesP" -default "0"] @@ -475,24 +475,24 @@ foreach to_address $to_addresses { set notification_text "${intro_text} -
Project: | +[_ project-manager.Project] | $project_name (\#$project_item_id) |
Overview of process: | +[_ project-manager.Overview_of_process] | $process_name |
$task_term name | -Slack time | -Lead | -Latest finish | " +[_ project-manager.Slack_time] | +[_ project-manager.Lead] | +[_ project-manager.Latest_finish] | " foreach ti $task_info { set task_item_id [lindex $ti 0] @@ -552,7 +552,7 @@ } # build table of current status - append notification_text "
---|
If the row is in red, you are involved in this task. If it is in grey, then it has already been completed.
" + append notification_text "[_ project-manager.lt_If_the_row_is_in_red_]
" pm::util::email \ -to_addr $to_address \