From bc799da184c1dca11311333ce895ed5a0b16f473 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 3 Jan 2008 04:49:24 +0000 Subject: =?UTF-8?q?Bug=20410524:=20createCalendar()=20and=20showCalendar()?= =?UTF-8?q?=20undefined=20after=20attaching=20a=20file=20-=20Patch=20by=20?= =?UTF-8?q?Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20?= =?UTF-8?q?=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/attachment/created.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en') diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index 039cc8977..5522380ac 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" %] -- cgit v1.2.1