Index: openacs-4/packages/research-portlet/www/research-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/research-portlet/www/research-admin-portlet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/research-portlet/www/research-admin-portlet.tcl 26 Jul 2002 21:10:53 -0000 1.1 +++ openacs-4/packages/research-portlet/www/research-admin-portlet.tcl 26 Jul 2002 23:54:09 -0000 1.2 @@ -16,7 +16,7 @@ set community_id [dotlrn_community::get_community_id] -set attachments [attachments::get_attachments -object_id [dotlrn_community::get_community_id]] +set attachments [attachments::get_attachments -object_id [dotlrn_community::get_community_id] -base_url "[dotlrn::get_url]/"] set add_attachment_url "[dotlrn::get_url]/" append add_attachment_url [attachments::add_attachment_url \ -object_id $community_id \ Index: openacs-4/packages/research-portlet/www/research-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/research-portlet/www/research-portlet.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/research-portlet/www/research-portlet.adp 26 Jul 2002 21:10:53 -0000 1.1 +++ openacs-4/packages/research-portlet/www/research-portlet.adp 26 Jul 2002 23:54:09 -0000 1.2 @@ -21,14 +21,11 @@ -Research Papers: - Index: openacs-4/packages/research-portlet/www/research-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/research-portlet/www/research-portlet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/research-portlet/www/research-portlet.tcl 26 Jul 2002 21:10:53 -0000 1.1 +++ openacs-4/packages/research-portlet/www/research-portlet.tcl 26 Jul 2002 23:54:09 -0000 1.2 @@ -18,5 +18,5 @@ set shaded_p $config(shaded_p) -set attachments [attachments::get_attachments -object_id [dotlrn_community::get_community_id]] +set attachments [attachments::get_attachments -object_id [dotlrn_community::get_community_id] -base_url "[dotlrn::get_url]/"] set n_attachments [llength $attachments]