Index: openacs-4/contrib/packages/project-manager/project-manager.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/Attic/project-manager.info,v diff -u -r1.16.2.7 -r1.16.2.8 --- openacs-4/contrib/packages/project-manager/project-manager.info 19 Jul 2004 21:19:06 -0000 1.16.2.7 +++ openacs-4/contrib/packages/project-manager/project-manager.info 6 Aug 2004 18:28:18 -0000 1.16.2.8 @@ -7,14 +7,14 @@ f f - + Jade Rubick Project management tool for OpenACS - 2004-07-19 + 2004-08-06 Integrated Bakery Resources Track tasks, estimates and actual progress for a project. See the <a href="http://openacs.org/projects/dotwrk/project_management/">project page</a> for more information. - + @@ -24,8 +24,8 @@ - + " - - ns_set put $items $latest_start_j $item + + if {[string equal $person_id $user_id]} { + set font_begin "" + set font_end "" + } else { + set font_begin "" + set font_end "" + } + + if {[string equal $last_task_id $task_id]} { + append day_details "$font_begin, $full_name$font_end" + } else { + + if {![empty_string_p $last_task_id]} { + ns_set put $items $latest_start_j "$day_details

" + } + + set day_details "$task_id $title" + + append day_details "
$font_begin$full_name$font_end" + + } + + set last_task_id $task_id } + if {![empty_string_p $last_task_id ]} { + ns_set put $items $latest_start_j "$day_details

" + } + # Display stuff if {[empty_string_p $item_add_template]} { set day_number_template "$day_template"