Index: openacs-4/packages/evaluation/www/admin/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/index.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/evaluation/www/admin/index.tcl 28 Apr 2004 11:06:41 -0000 1.1 +++ openacs-4/packages/evaluation/www/admin/index.tcl 14 May 2004 23:38:43 -0000 1.2 @@ -20,4 +20,11 @@ } +set notification_chunk [notification::display::request_widget \ + -type one_assignment_notif \ + -object_id $package_id \ + -pretty_name "Assignments" \ + -url [ad_conn url] \ + ] + ad_return_template \ No newline at end of file