Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl 29 Mar 2018 00:19:04 -0000 1.7 +++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl 11 Jul 2018 08:22:29 -0000 1.8 @@ -33,11 +33,15 @@ ad_proc -public get_pretty_name { } { + Get the pretty name. + } { return "#dotlrn-homework.pretty_name#" } ad_proc -public link { } { + Get the link. This is currently empty. + } { return "" } @@ -61,7 +65,7 @@ ad_proc -public remove_portlet { {-portal_id:required} } { - Remove portlet + Remove portlet. @param portal_id The page from remove portlet. } { ad_return_complaint 1 "[applet_key] remove_portlet not implemented!" @@ -111,7 +115,7 @@ {-package_id:required} {-folder_id:required} } { - Removes a homework PE from the given page + Removes a homework PE from the given page. } { portal::remove_element_parameters \ -portal_id $portal_id \ @@ -124,13 +128,12 @@ ad_proc -public show { cf } { + Show the homework portlet. } { - portal::show_proc_helper \ -package_key [my_package_key] \ -config_list $cf \ -template_src "dotlrn-homework-portlet" - } }