Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 9 Oct 2001 14:36:47 -0000 1.4 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 9 Oct 2001 15:42:20 -0000 1.5 @@ -19,6 +19,11 @@ return "dotlrn-portlet" } + ad_proc -public get_pretty_name { + } { + return "Class Information" + } + ad_proc -public add_self_to_page { page_id community_id Index: openacs-4/packages/faq-portlet/tcl/faq-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq-portlet/tcl/faq-portlet-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/faq-portlet/tcl/faq-portlet-procs.tcl 9 Oct 2001 09:08:30 -0000 1.5 +++ openacs-4/packages/faq-portlet/tcl/faq-portlet-procs.tcl 9 Oct 2001 15:42:09 -0000 1.6 @@ -20,6 +20,11 @@ return "faq-portlet" } + ad_proc -public get_pretty_name { + } { + return "Frequently Asked Questions" + } + ad_proc -public add_self_to_page { page_id package_id Index: openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 9 Oct 2001 14:02:11 -0000 1.6 +++ openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 9 Oct 2001 15:42:14 -0000 1.7 @@ -20,6 +20,11 @@ return "fs-portlet" } + ad_proc -public get_pretty_name { + } { + return "File Storage" + } + ad_proc -public add_self_to_page { page_id community_id