Index: openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 +++ openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl 3 Sep 2024 15:37:36 -0000 1.3 @@ -38,11 +38,15 @@ ad_proc -public get_pretty_name { } { + Return portlet pretty name + } { return "#chat-portlet.pretty_name#" } ad_proc -public link { } { + Return portlet link + } { return "" } @@ -52,7 +56,7 @@ {-package_id:required} {-extra_params ""} {-force_region ""} - {-param_action:required} + {-param_action "overwrite"} } { add the portlet element to the given portal } { @@ -88,6 +92,7 @@ ad_proc -public show { cf } { + Show the portlet } { portal::show_proc_helper \ -package_key [my_package_key] \ @@ -96,3 +101,9 @@ } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: