From f3f8239ff36c892c0437fc8054a68e07d7ca0020 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 7 Apr 2014 14:42:08 +0000 Subject: Bug 990982 - backport bug 539894 to bmo (Use to group products into classifications in the product drop-down on show_bug.cgi) r=glob --- template/en/default/admin/flag-type/list.html.tmpl | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'template/en/default/admin/flag-type/list.html.tmpl') diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl index 220db8900..3d1be7bfb 100644 --- a/template/en/default/admin/flag-type/list.html.tmpl +++ b/template/en/default/admin/flag-type/list.html.tmpl @@ -61,14 +61,13 @@ - + [% INCLUDE "global/product-select.html.tmpl" + id => "product" + name => "product" + add => "__Any__" + onchange => "selectProduct(this, this.form.component, null, null, '__Any__');" + products => products + %] -- cgit v1.2.3-24-g4f1b