Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl 7 Aug 2017 23:48:10 -0000 1.13 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl 11 Jul 2018 08:35:07 -0000 1.14 @@ -35,14 +35,17 @@ return "dotlrn-portlet" } - ad_proc -public get_pretty_name { } { + Get the pretty name. + } { return "#dotlrn-portlet.members_portlet_pretty_name#" } ad_proc -public link { } { + Get the link. This is currently empty. + } { return "" } @@ -52,7 +55,7 @@ {-community_id:required} } { Adds the dotlrn "members" portlet to the given portal. - Pass along the community_id + Pass along the community_id. } { return [portal::add_element_parameters \ -pretty_name [get_pretty_name] \ @@ -67,7 +70,7 @@ ad_proc -public remove_self_from_page { {-portal_id:required} } { - Removes the dotlrn "members" PE from the given portal + Removes the dotlrn "members" PE from the given portal. } { portal::remove_element \ -portal_id $portal_id \ @@ -77,6 +80,7 @@ ad_proc -public show { cf } { + Show the members portlet. } { portal::show_proc_helper \ -package_key [my_package_key] \