]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 410524: createCalendar() and showCalendar() undefined after attaching a file...
authorlpsolit%gmail.com <>
Thu, 3 Jan 2008 04:49:24 +0000 (04:49 +0000)
committerlpsolit%gmail.com <>
Thu, 3 Jan 2008 04:49:24 +0000 (04:49 +0000)
template/en/default/attachment/created.html.tmpl

index 039cc897702f4e1ee379f21a4192b2d5c34f30b1..5522380ac17f3cda0c5efedc8db9621b934c2716 100644 (file)
@@ -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"
 %]