Index: openacs-4/packages/static-portlet/tcl/static-admin-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/tcl/static-admin-portlet-procs.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/static-portlet/tcl/static-admin-portlet-procs.tcl 7 Aug 2017 23:48:29 -0000 1.16 +++ openacs-4/packages/static-portlet/tcl/static-admin-portlet-procs.tcl 11 Jul 2018 15:16:02 -0000 1.17 @@ -30,6 +30,8 @@ ad_proc -public get_pretty_name { } { + Get pretty name. + } { return [parameter::get_from_package_key -package_key [my_package_key] -parameter static_admin_portlet_pretty_name] } @@ -40,14 +42,16 @@ 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 static admin PE to the given portal + Adds a static admin PE to the given portal. } { return [portal::add_element_parameters \ -portal_id $portal_id \ @@ -61,7 +65,7 @@ ad_proc -public remove_self_from_page { {-portal_id:required} } { - Removes static PE from the given page + Removes static PE from the given page. } { # This is easy since there's one and only one instace_id portal::remove_element \ @@ -72,7 +76,7 @@ ad_proc -public show { cf } { - Display the PE + Display the PE. } { portal::show_proc_helper \ -package_key [my_package_key] \