diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-27 06:02:51 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-27 06:02:51 +0100 |
commit | aa6d6dd9b7bd75d6f6536a8102eaf326618e0bc8 (patch) | |
tree | d4e29ec8df6fcd699647192242ce1ad95c05896a /extensions/BMO | |
parent | 02cd18d7165d86c7ea6d6fc6a9273094d9513a58 (diff) | |
download | bugzilla-aa6d6dd9b7bd75d6f6536a8102eaf326618e0bc8.tar.gz bugzilla-aa6d6dd9b7bd75d6f6536a8102eaf326618e0bc8.tar.xz |
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
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/global/choose-product.html.tmpl | 3 |
1 files changed, 2 insertions, 1 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 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 %]'; </script> <div id="prod_comp_search_main"> [% PROCESS prodcompsearch/form.html.tmpl - input_label = "Type to find product and component by name or description:" + input_label = "Find product:" %] </div> |