Index: openacs-4/packages/fs-portlet/tcl/fs-admin-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/tcl/fs-admin-portlet-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/fs-portlet/tcl/fs-admin-portlet-procs.tcl 7 Aug 2017 23:48:12 -0000 1.6 +++ openacs-4/packages/fs-portlet/tcl/fs-admin-portlet-procs.tcl 11 Jul 2018 14:59:50 -0000 1.7 @@ -33,6 +33,8 @@ ad_proc -public get_pretty_name { } { + Get pretty name. + } { return "#fs-portlet.lt_File_Storage_Administ#" } @@ -43,15 +45,18 @@ ad_proc -public link { } { + Get link. This is currently empty. + } { return "" } ad_proc -public add_self_to_page { {-portal_id:required} {-package_id:required} } { - Adds a faq admin PE to the given admin portal. There should only - ever be one of these portals on an admin page with only one faq_package_id + Adds a fs admin PE to the given admin portal. There should + only ever be one of these portals on an admin page with only + one fs_package_id. @param portal_id The page to add self to @param package_id the id of the faq package @@ -70,15 +75,15 @@ ad_proc -public remove_self_from_page { portal_id } { - Removes fs admin PE from the given portal + Removes fs admin PE from the given portal. } { portal::remove_element -portal_id $portal_id -portlet_name [get_my_name] } ad_proc -public show { cf } { - shows the portlet + Shows the file-storage admin portlet. } { portal::show_proc_helper \ -package_key [my_package_key] \