summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/search-report-graph.html.tmpl
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-06-06 10:40:18 +0200
committerGuy Pyrzak <guy.pyrzak@gmail.com>2010-06-06 10:40:18 +0200
commit9fd857307079b57f515fa394cd8f0aefc64336e0 (patch)
tree2849d82ab0db1ec7a17d84044f92bed039cbe563 /template/en/default/search/search-report-graph.html.tmpl
parent99ad6a4e8674133c5bb8367d291eb1986c3cee8a (diff)
downloadbugzilla-9fd857307079b57f515fa394cd8f0aefc64336e0.tar.gz
bugzilla-9fd857307079b57f515fa394cd8f0aefc64336e0.tar.xz
Bug 450301: What Simplify searching UI, initial improvements to the advanced search ui.
r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/search/search-report-graph.html.tmpl')
-rw-r--r--template/en/default/search/search-report-graph.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/search/search-report-graph.html.tmpl b/template/en/default/search/search-report-graph.html.tmpl
index 61dd3b5df..48d9561d6 100644
--- a/template/en/default/search/search-report-graph.html.tmpl
+++ b/template/en/default/search/search-report-graph.html.tmpl
@@ -33,7 +33,8 @@ var queryform = "reportform"
title = "Generate Graphical Report"
onload = "doOnSelectProduct(0); chartTypeChanged()"
javascript = js_data
- javascript_urls = [ "js/productform.js" ]
+ javascript_urls = [ "js/yui/calendar.js", "js/productform.js", "js/TUI.js", "js/field.js" ]
+ style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/search_form.css" ]
doc_section = "reporting.html#reports"
%]