Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-staff-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-staff-portlet-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-staff-portlet-procs.tcl 7 Aug 2017 23:48:10 -0000 1.11 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-staff-portlet-procs.tcl 11 Jul 2018 08:37:54 -0000 1.12 @@ -36,19 +36,23 @@ ad_proc -public get_pretty_name { } { + Get the pretty name. + } { return "#dotlrn-portlet.members_staff_portlet_pretty_name#" } ad_proc -public link { } { + Get the link. This is currently empty. + } { return "" } ad_proc -public add_self_to_page { {-portal_id:required} {-community_id:required} } { - Add the "dotlrn members staff" portlet to the page + Add the "dotlrn members staff" portlet to the page. } { set force_region [parameter::get_from_package_key \ -package_key [my_package_key] \ @@ -68,7 +72,7 @@ ad_proc -public remove_self_from_page { {-portal_id:required} } { - Removes the PE from the given page + Removes the PE from the given page. } { portal::remove_element \ -portal_id $portal_id \ @@ -78,7 +82,7 @@ ad_proc -public show { cf } { - Call the template to display + Call the template to display. @param cf A config array } {