view-print-display.tcl

Displays a UI that allows to print the displayed calendar in PDF format.

Location:
/packages/calendar/www/view-print-display.tcl

Related Files

[ hide source ]

File Contents

ad_include_contract {

    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
#    indent-tabs-mode: nil
# End: