summaryrefslogtreecommitdiffstats
path: root/extensions/BMO
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-02-27 06:02:51 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-02-27 06:02:51 +0100
commitaa6d6dd9b7bd75d6f6536a8102eaf326618e0bc8 (patch)
treed4e29ec8df6fcd699647192242ce1ad95c05896a /extensions/BMO
parent02cd18d7165d86c7ea6d6fc6a9273094d9513a58 (diff)
downloadbugzilla-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.tmpl3
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>