From: lpsolit%gmail.com <> Date: Thu, 3 Jan 2008 04:49:24 +0000 (+0000) Subject: Bug 410524: createCalendar() and showCalendar() undefined after attaching a file... X-Git-Tag: bugzilla-3.1.3~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc799da184c1dca11311333ce895ed5a0b16f473;p=thirdparty%2Fbugzilla.git Bug 410524: createCalendar() and showCalendar() undefined after attaching a file - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index 039cc89770..5522380ac1 100644 --- a/template/en/default/attachment/created.html.tmpl +++ b/template/en/default/attachment/created.html.tmpl @@ -28,6 +28,9 @@ [% PROCESS global/header.html.tmpl title = "Attachment $attachment.id added to $terms.Bug $attachment.bug_id" + javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js", + "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ] + style_urls = [ "skins/standard/yui/calendar.css" ] doc_section = "bug_page.html" %]