From 771b2716be32c60346d374d51bf518764cc27aaf Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 8 Jan 2007 08:52:36 +0000 Subject: Bug 365506 admin/products/updated uses strange mark up patch by bmo2007@rsz.jp r=timeless a=justdave --- template/en/default/admin/products/updated.html.tmpl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'template/en/default/admin/products/updated.html.tmpl') diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl index 8a0790d6e..372f15805 100644 --- a/template/en/default/admin/products/updated.html.tmpl +++ b/template/en/default/admin/products/updated.html.tmpl @@ -67,13 +67,14 @@ [% product.name FILTER html %]. +

[% updated = 1 %] [% END %] [% IF product.description != old_product.description %]

- Updated description to:

+ Updated description to:

[% product.description FILTER html_light %]

[% updated = 1 %] @@ -88,6 +89,7 @@ open for [% END %] new [% terms.bugs %]. +

[% updated = 1 %] [% END %] @@ -122,6 +124,7 @@ Updated votes per user from [%+ old_product.votes_per_user FILTER html %] to [%+ product.votes_per_user FILTER html %]. +

[% updated = 1 %] [% END %] @@ -130,6 +133,7 @@ Updated maximum votes per [% terms.bug %] from [%+ old_product.max_votes_per_bug FILTER html %] to [%+ product.max_votes_per_bug FILTER html %]. +

[% updated = 1 %] [% END %] @@ -138,11 +142,12 @@ Updated number of votes needed to confirm a [% terms.bug %] from [%+ old_product.votes_to_confirm FILTER html %] to [%+ product.votes_to_confirm FILTER html %]. +

[% updated = 1 %] [% END %] [% UNLESS updated %] -

Nothing changed for product '[% product.name FILTER html %]'. +

Nothing changed for product '[% product.name FILTER html %]'.

[% END %] [%# Note that this display of changed votes and/or confirmed bugs is @@ -164,6 +169,7 @@ [% ELSE %] →there were none. [% END %] +

Checking existing votes in this product for anybody who now has too many total votes...
@@ -176,6 +182,7 @@ [% ELSE %] →there were none. [% END %] +

Checking unconfirmed [% terms.bugs %] in this product for any which now have sufficient votes...
@@ -194,6 +201,7 @@ [% ELSE %] →there were none. [% END %] +

[% END %] -- cgit v1.2.3-24-g4f1b