diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-03-21 22:25:53 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-03-21 22:25:53 +0100 |
commit | 2b88ae92c4970f0ff5cccb5b607902f8752590c2 (patch) | |
tree | 5f2586b20f4ca9311877e93c227b23cb6b525a34 /extensions/BMO/template/en | |
parent | 897f58ced15e63ca63e870a40991eaf97de84f2f (diff) | |
download | bugzilla-2b88ae92c4970f0ff5cccb5b607902f8752590c2.tar.gz bugzilla-2b88ae92c4970f0ff5cccb5b607902f8752590c2.tar.xz |
Bug 849905 - bug filing links in my dashboard should be able to be opened in new tabs/windows
r=glob
Diffstat (limited to 'extensions/BMO/template/en')
-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> |