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/edit.html.tmpl | 13 +++++++------ template/en/default/admin/flag-type/list.html.tmpl | 15 +++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'template/en/default/admin/flag-type') diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index 69dc05bd3..9043db96d 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -108,12 +108,13 @@ Product/Component:
-
+ [% INCLUDE "global/product-select.html.tmpl" + id => "product" + name => "product" + add => "__Any__" + onchange => "selectProduct(this, this.form.component, null, null, '__Any__');" + products => products + %]
- - [% FOREACH prod = products %] - - [% END %] - + [% 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