diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-10-24 20:00:03 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-24 20:00:03 +0200 |
commit | 1733aaa0eabac04f1b1cb75973a81eb634053892 (patch) | |
tree | e10908201461f08e5e6b06d6506da4e441a5ca4b /template/en/default | |
parent | 42692f500a89b0a90b06ec8fbe2853dfc601c8ef (diff) | |
download | bugzilla-1733aaa0eabac04f1b1cb75973a81eb634053892.tar.gz bugzilla-1733aaa0eabac04f1b1cb75973a81eb634053892.tar.xz |
Bug 606518: query.cgi#chart doesn't work anymore (again)
r/a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/search/boolean-charts.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index 6a94b3f1a..90b5c790d 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -54,7 +54,7 @@ </script> <div class="bz_section_title" id="custom_search_filter"> <div id="custom_search_query_controller" class="arrow">▼</div> - <a href="javascript:TUI_toggle_class('custom_search_query')" > + <a id="chart" href="javascript:TUI_toggle_class('custom_search_query')" > Custom Search</a> <span class="section_help">Didn't find what you're looking for above? This area allows for ANDs, ORs, and other more complex searches.</span> |