From 7f0ba708827dec5bb77222405009f1771e43655a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 31 Jul 2008 02:47:25 +0000 Subject: Bug 313122: Implement Product->create, $product->update and $product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/products/confirm-delete.html.tmpl | 28 +++++----------------- 1 file changed, 6 insertions(+), 22 deletions(-) (limited to 'template/en/default/admin/products/confirm-delete.html.tmpl') diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl index 7667d70e5..43ebf8a81 100644 --- a/template/en/default/admin/products/confirm-delete.html.tmpl +++ b/template/en/default/admin/products/confirm-delete.html.tmpl @@ -31,14 +31,6 @@ style_urls = ['skins/standard/admin.css'] %] -[% IF classification %] - [% classification_url_part = BLOCK %]&classification= - [%- classification.name FILTER url_quote %] - [%- END %] -[% ELSE %] - [% classification_url_part = "" %] -[% END %] - @@ -66,8 +58,7 @@ @@ -113,8 +104,7 @@
Field
Product: - + [% product.name FILTER html %]
[% IF product.components.size > 0 %] - Components: @@ -148,8 +138,7 @@
[% IF product.versions.size > 0 %] - + Versions: [% ELSE %] @@ -172,8 +161,7 @@
[% IF product.milestones.size > 0 %] - + Milestones: [% ELSE %] @@ -196,10 +184,8 @@ [% terms.Bugs %]: [% IF product.bug_count %] - + [% product.bug_count FILTER html %] [% ELSE %] @@ -264,8 +250,6 @@ - [% END %] -- cgit v1.2.3-24-g4f1b