Index: openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl 7 Aug 2017 23:48:05 -0000 1.13 +++ openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl 10 Jul 2018 15:53:42 -0000 1.14 @@ -40,11 +40,15 @@ ad_proc -public get_pretty_name { } { + Get portlet pretty name. + } { return [parameter::get_from_package_key -package_key [my_package_key] -parameter full_portlet_pretty_name] } ad_proc -public link { } { + Get portlet link (empty). + } { return "" } @@ -55,7 +59,7 @@ {-scoped_p ""} {-param_action "overwrite"} } { - Adds a "full" calendar PE to the given portal + Adds a "full" calendar PE to the given portal. @param portal_id The page to add self to @param calendar_id The new calendar_id to add @@ -84,7 +88,7 @@ {-calendar_id:required} } { Removes a "full" calendar PE from the given page or - a calendar_id from its params + a calendar_id from its params. } { portal::remove_element_parameters \ -portal_id $portal_id \ @@ -96,6 +100,7 @@ ad_proc -public show { cf } { + Show full calendar portlet. } { portal::show_proc_helper \ -package_key [my_package_key] \