From 840bfeae940b12f848ef01a06c8e349c0b7c41d3 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Sun, 29 Aug 2010 14:19:27 -0700 Subject: Bug 571637: Put the Custom Search (formerly "Boolean Charts") UI behind a show/hide widget r=mkanat, a=mkanat --- .../en/default/search/search-report-table.html.tmpl | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'template/en/default/search/search-report-table.html.tmpl') diff --git a/template/en/default/search/search-report-table.html.tmpl b/template/en/default/search/search-report-table.html.tmpl index 8c92adccb..7e087e7fe 100644 --- a/template/en/default/search/search-report-table.html.tmpl +++ b/template/en/default/search/search-report-table.html.tmpl @@ -34,7 +34,7 @@ var queryform = "reportform" onload = "doOnSelectProduct(0)" yui = [ 'autocomplete', 'calendar' ] javascript = js_data - javascript_urls = [ "js/productform.js", "js/TUI.js", "js/field.js" ] + javascript_urls = [ "js/util.js", "js/productform.js", "js/TUI.js", "js/field.js" ] style_urls = [ "skins/standard/search_form.css" ] doc_section = "reporting.html#reports" %] @@ -48,7 +48,7 @@ var queryform = "reportform" [% button_name = "Generate Report" %] -
+ @@ -80,17 +80,16 @@ var queryform = "reportform"
-[% PROCESS search/form.html.tmpl %] + [% PROCESS search/form.html.tmpl %] -
- - - -
- -[% PROCESS "search/boolean-charts.html.tmpl" %] + [% PROCESS "search/boolean-charts.html.tmpl" %] +
+ + + +
[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b