Index: openacs-4/packages/tasks/www/reassign-task.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/www/Attic/reassign-task.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/tasks/www/reassign-task.tcl 6 Oct 2005 16:32:53 -0000 1.1 +++ openacs-4/packages/tasks/www/reassign-task.tcl 16 Nov 2005 14:35:00 -0000 1.2 @@ -28,10 +28,6 @@ set show_tasks [join $show_tasks ", "] } -# We get allt the posible users to reassign -# to use in the options of the select -set reassign_parties [db_list_of_lists get_all_users { }] - ad_form -name "reassign" -form { {task_id:text(hidden) {value $task_id} @@ -44,9 +40,8 @@ {value $show_tasks} {mode display} } - {reassign_party:text(search) + {reassign_party:party_search(party_search) {label "[_ tasks.Reassign]:"} - {options { $reassign_parties}} {help_text "[_ tasks.Select_the_user]"} } } -on_submit {