Index: openacs-4/packages/calendar/www/view-print-display.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-print-display.tcl,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/calendar/www/view-print-display.tcl 9 Feb 2020 15:30:16 -0000 1.2.2.1 +++ openacs-4/packages/calendar/www/view-print-display.tcl 14 Jul 2022 15:45:01 -0000 1.2.2.2 @@ -1,7 +1,17 @@ +ad_include_contract { -template::add_event_listener -id "print" -script {window.print();} -template::add_event_listener -id "close" -script {window.close();} + Displays a UI that allows to print the displayed calendar in PDF + format. + @param items this is a multirow that we expect to be passed by the + including page. It contains the calendar items we are + supposed to render. + +} { + items + {show_calendar_name_p:boolean true} +} + # Local variables: # mode: tcl # tcl-indent-level: 4