From 4587cba89586ff3e00ed863748857ecf56a41532 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 14 Oct 2005 06:42:32 +0000 Subject: Bug 306601: Bugzilla::Classification needs a products() method - Patch by André Batosti r=LpSolit a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en/default/admin/classifications/edit.html.tmpl | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'template/en/default/admin/classifications/edit.html.tmpl') diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl index 65299df22..b38f4d6aa 100644 --- a/template/en/default/admin/classifications/edit.html.tmpl +++ b/template/en/default/admin/classifications/edit.html.tmpl @@ -27,18 +27,24 @@ - + - + - +
Classification:
Description: +
Edit products + + Edit products + - [% IF products AND products.size > 0 %] + [% IF classification.products.size > 0 %] - [% FOREACH product = products %] + [% FOREACH product = classification.products %]
[% product.name FILTER html %] @@ -58,7 +64,8 @@
- + -- cgit v1.2.3-24-g4f1b