From 589632e9d5d35c25c932aafa164feb92c26f5e3d Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 17 Aug 2011 13:05:31 +0200 Subject: Bug 661476: sanitycheck.pl should check if all products have components defined. Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit --- .../default/admin/products/edit-common.html.tmpl | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'template/en/default/admin/products/edit-common.html.tmpl') diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl index 4812707cd..eac33ea9a 100644 --- a/template/en/default/admin/products/edit-common.html.tmpl +++ b/template/en/default/admin/products/edit-common.html.tmpl @@ -25,7 +25,7 @@ [% IF Param('useclassification') %] - Classification: + Classification: [% classification.name FILTER html %] [% END %] @@ -43,6 +43,23 @@ + + Open for [% terms.bug %] entry: + + + + + + + + + + + [% IF Param('usetargetmilestone') -%] Default milestone: @@ -63,21 +80,4 @@ [% END %] - - Open for [% terms.bug %] entry: - - - - - - - - - - - [% Hook.process('rows') %] -- cgit v1.2.3-24-g4f1b