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/GuidedBugEntry | |
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/GuidedBugEntry')
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index c300533fa..a8496c026 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -117,16 +117,12 @@ dupes.setLabels( </h3> <script> - [% IF format %] - ProdCompSearch.format = '[% format FILTER js %]'; - [% END %] - [% IF cloned_bug_id %] - ProdCompSearch.cloned_bug_id = '[% cloned_bug_id FILTER js %]'; - [% END %] + ProdCompSearch.format = 'guided'; + ProdCompSearch.script_name = 'enter_bug.cgi'; </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> |