Index: openacs-4/contrib/packages/project-manager/www/add-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/www/Attic/add-edit-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/contrib/packages/project-manager/www/add-edit-2.tcl 27 Apr 2004 00:49:29 -0000 1.5 +++ openacs-4/contrib/packages/project-manager/www/add-edit-2.tcl 3 Jun 2004 21:32:03 -0000 1.6 @@ -75,7 +75,7 @@ } {description:text(inform) - {label "Description"} + {label "Old Description"} {value $description} } @@ -91,7 +91,7 @@ } \ -new_data { - ad_returnredirect "one?[export_url_vars project_item_id]" + ad_returnredirect -message "Project changes saved" "one?[export_url_vars project_item_id]" ad_script_abort } -edit_data { @@ -100,7 +100,7 @@ } -after_submit { - ad_returnredirect "one?[export_url_vars project_item_id]" + ad_returnredirect -message "Project changes saved" "one?[export_url_vars project_item_id]" ad_script_abort }