From aa6d6dd9b7bd75d6f6536a8102eaf326618e0bc8 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 27 Feb 2013 00:02:51 -0500 Subject: Bug 837892 - User dashboard "file a bug" window does not do anything - Added placeholder in text entry for prod comp search - Show message when no results are found using prod comp search - Fixed prod comp search bug with GuidedBugEntry --- extensions/BMO/template/en/default/global/choose-product.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extensions/BMO/template/en/default') 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 4c0b6f736..9f3aca3c0 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -65,10 +65,11 @@ [% IF cloned_bug_id %] ProdCompSearch.cloned_bug_id = '[% cloned_bug_id FILTER js %]'; [% END %] + ProdCompSearch.script_name = '[% target FILTER js %]';
[% PROCESS prodcompsearch/form.html.tmpl - input_label = "Type to find product and component by name or description:" + input_label = "Find product:" %]
-- cgit v1.2.3-24-g4f1b