From: Sunil Joshi Date: Thu, 19 Sep 2013 03:01:05 +0000 (+1000) Subject: Bug 365501 - admin/products/groupcontrol/updated uses p as br X-Git-Tag: bugzilla-4.5.1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c14936b81e93e6543757529e233dc31b0d93f985;p=thirdparty%2Fbugzilla.git Bug 365501 - admin/products/groupcontrol/updated uses p as br r=simon, a=glob --- diff --git a/template/en/default/admin/products/groupcontrol/updated.html.tmpl b/template/en/default/admin/products/groupcontrol/updated.html.tmpl index 5ee066c861..1294754fb2 100644 --- a/template/en/default/admin/products/groupcontrol/updated.html.tmpl +++ b/template/en/default/admin/products/groupcontrol/updated.html.tmpl @@ -18,24 +18,36 @@ [% PROCESS global/header.html.tmpl title = title %] -

+ [% IF changes._group_controls.now_na.size %] [% FOREACH g = changes._group_controls.now_na %] - Removing [% terms.bugs %] from group '[% g.name FILTER html %]' which - no longer applies to this product

- [% g.bug_count FILTER html %] [%+ terms.bugs %] removed

+

+ Removing [% terms.bugs %] from group '[% g.name FILTER html %]' which is + no longer applicable to this product.
+ [% IF g.bug_count == 1 %] + One [% terms.bug %] removed. + [% ELSE %] + [% g.bug_count FILTER html %] [%+ terms.bugs %] removed. + [% END %] +

[% END %] [% END %] [% IF changes._group_controls.now_mandatory.size %] [% FOREACH g = changes._group_controls.now_mandatory %] +

Adding [% terms.bugs %] to group '[% g.name FILTER html %]' which is - mandatory for this product

- [% g.bug_count FILTER html %] [%+ terms.bugs %] added

+ now mandatory for this product.
+ [% IF g.bug_count == 1 %] + One [% terms.bug %] added. + [% ELSE %] + [% g.bug_count FILTER html %] [%+ terms.bugs %] added. + [% END %] +

[% END %] [% END %] -Group control updates done

+

Group control updated.

[% PROCESS admin/products/footer.html.tmpl %]