summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl')
-rw-r--r--extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl10
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>