Index: openacs-4/packages/fs-portlet/tcl/fs-contents-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/tcl/fs-contents-portlet-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/fs-portlet/tcl/fs-contents-portlet-procs.tcl 5 Apr 2018 14:44:09 -0000 1.6 +++ openacs-4/packages/fs-portlet/tcl/fs-contents-portlet-procs.tcl 11 Jul 2018 15:05:09 -0000 1.7 @@ -37,13 +37,16 @@ } ad_proc -public get_pretty_name { + } { We want the pretty_name to be passed in from the applet. } { - error + error "pretty_name must be passed in from the applet." } ad_proc -public link { } { + Get link. This is currently empty. + } { return "" } @@ -55,8 +58,8 @@ {-page_name ""} {-hide_p ""} } { - Adds a fs PE to the given page. If there's already and fs pe, - it appends the values to the pe's params. + Adds a fs PE to the given page. If there's already a fs PE, + it appends the values to PE's params. @param portal_id The page to add self to @param folder_id The folder to show @@ -90,7 +93,7 @@ {-package_id:required} {-folder_id:required} } { - Removes a fs PE from the given page + Removes a fs PE from the given page. } { set extra_params [list package_id $package_id] @@ -103,9 +106,10 @@ } ad_proc -public show { - cf + cf } { - Note: we use the fs_portlet's pk here + Show file-storage content portlet. + Note: we use the fs_portlet's package key here. } { portal::show_proc_helper \ -package_key [fs_portlet::my_package_key] \