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 -N -r1.34 -r1.34.2.1 --- openacs-4/packages/faq-portlet/tcl/faq-portlet-procs.tcl 7 Aug 2017 23:48:11 -0000 1.34 +++ openacs-4/packages/faq-portlet/tcl/faq-portlet-procs.tcl 14 Feb 2019 16:15:01 -0000 1.34.2.1 @@ -38,11 +38,15 @@ ad_proc -public get_pretty_name { } { + Get pretty name. + } { return "#faq-portlet.pretty_name#" } ad_proc -public link { } { + Get link. This is currently empty. + } { return "" } @@ -52,10 +56,10 @@ {-param_action:required} } { Adds a faq PE to the given portal or appends the given - faq_package_id to the params of the faq pe already there + faq_package_id to the params of the faq pe already there. @param portal_id The page to add self to - @param faq_package_id the id of the faq package for this community + @param package_id the id of the faq package for this community @return element_id The new element's id } { @@ -78,7 +82,7 @@ } { Removes a faq PE from the given page or just the passed in faq_package_id parameter from the portlet - (that has other faq_package_ids) + (that has other faq_package_ids). @param portal_id The page to remove self from @param package_id @@ -93,6 +97,7 @@ ad_proc -public show { cf } { + Show the FAQ admin portlet. } { portal::show_proc_helper \ -package_key [my_package_key] \