From 9dfa47cccbf6cf4f98d807c1c61400fc138e18ff Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 29 Nov 2007 08:20:05 +0000 Subject: Bug 397099: Date/Time Fields should have a JavaScript widget for picking a date Patch By Max Kanat-Alexander r=LpSolit, r=glob, a=mkanat --- template/en/default/bug/show.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/show.html.tmpl') diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl index 4c82ad59b..5dc7fe252 100644 --- a/template/en/default/bug/show.html.tmpl +++ b/template/en/default/bug/show.html.tmpl @@ -39,8 +39,10 @@ "bz_component_$bug.component", "bz_bug_$bug.bug_id" ] - javascript_urls = [ "js/util.js", "js/keyword-chooser.js" ] - doc_section = "bug_page.html" + 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" %] [% END %] -- cgit v1.2.3-24-g4f1b