diff options
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/global/choose-product.html.tmpl | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl index d6d493827..f7ff82a6e 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -58,19 +58,12 @@ <h2>[% h2 FILTER html %]</h2> -<script> - [% IF format %] - ProdCompSearch.format = '[% format FILTER js %]'; - [% END %] - [% IF cloned_bug_id %] - ProdCompSearch.cloned_bug_id = '[% cloned_bug_id FILTER js %]'; - [% END %] - ProdCompSearch.script_name = '[% target FILTER js %]'; -</script> <div id="prod_comp_search_main"> [% PROCESS prodcompsearch/form.html.tmpl - input_label = "Find product:" - %] + input_label = "Find product:" + format = format + cloned_bug_id = cloned_bug_id + script_name = target %] </div> <h2>or choose from the following selections</h2> |