From 4aad094aa406d102927a0665b021ad820c3e6164 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 19 Dec 2006 16:32:03 +0000 Subject: Bug 343635: Enabling classifications should add a tree view of classifications and products when entering a new bug - Patch by Frédéric Buclin r=bkor a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en/default/global/choose-product.html.tmpl | 36 +++++++++++++++------- 1 file changed, 25 insertions(+), 11 deletions(-) (limited to 'template/en/default/global/choose-product.html.tmpl') diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index 0d4a451b6..a24ca61c1 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -20,8 +20,9 @@ #%] [%# INTERFACE: - # products: array of product objects. The list of products - # the user can enter bugs into. + # classifications: array of hashes, with an 'object' key representing a + # classification object and 'products' the list of + # product objects the user can enter bugs into. # target: the script that displays this template. # cloned_bug_id: ID of the bug being cloned. # format: the desired format to display the target. @@ -42,16 +43,29 @@ -[% FOREACH p = products %] +[% FOREACH c = classifications %] + [% IF c.object %] + + + + [% END %] + + [% FOREACH p = c.products %] + + + + + + [% END %] + - - - + [% END %] -- cgit v1.2.3-24-g4f1b
[% c.object.name FILTER html %]: + [%+ c.object.description FILTER html_light %]
+ + [% p.name FILTER html FILTER no_break %]:  + [% p.description FILTER html_light %]
- - [% p.name FILTER html %]:  - [% p.description FILTER html_light %]