Index: openacs-4/packages/calendar/www/cal-item-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/cal-item-new.tcl,v diff -u -r1.31.2.2 -r1.31.2.3 --- openacs-4/packages/calendar/www/cal-item-new.tcl 16 Mar 2007 13:20:10 -0000 1.31.2.2 +++ openacs-4/packages/calendar/www/cal-item-new.tcl 23 May 2007 14:47:00 -0000 1.31.2.3 @@ -36,6 +36,17 @@ set calendar_list [calendar::calendar_list] set calendar_options [calendar::calendar_list -privilege create] +# To be replaced by a call to template::head API +if {![template::multirow exists link]} { + template::multirow create link rel type href title lang media +} +template::multirow append link \ + stylesheet \ + "text/css" \ + "/resources/calendar/calendar.css" \ + "" \ + en \ + "all" # TODO: Move into ad_form if { ![ad_form_new_p -key cal_item_id] } {