Index: openacs-4/packages/calendar-portlet/tcl/calendar-list-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/tcl/calendar-list-portlet-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/calendar-portlet/tcl/calendar-list-portlet-procs.tcl 7 Aug 2017 23:48:05 -0000 1.7 +++ openacs-4/packages/calendar-portlet/tcl/calendar-list-portlet-procs.tcl 10 Jul 2018 15:55:14 -0000 1.8 @@ -40,11 +40,15 @@ ad_proc -public get_pretty_name { } { + Get portlet pretty name. + } { return "\#calendar-portlet.Schedule\#" } ad_proc -public link { } { + Get portlet link (empty). + } { return "" } @@ -54,7 +58,7 @@ {-calendar_id:required} {-scoped_p ""} } { - Adds a "list" calendar PE to the given portal + Adds a "list" calendar PE to the given portal. @param portal_id The page to add self to @param calendar_id The new calendar_id to add @@ -80,7 +84,7 @@ calendar_id } { Removes a "list" 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 \ @@ -92,6 +96,7 @@ ad_proc -public show { cf } { + Show list calendar portlet. } { portal::show_proc_helper \ -package_key [my_package_key] \