From: Sunil Joshi Date: Thu, 15 Aug 2013 23:12:57 +0000 (+1000) Subject: Bug 365499 - admin/products/groupcontrol/confirm-edit uses p as br X-Git-Tag: bugzilla-4.5.1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=300a4ae21baa491e515526ca9d1294406dd2937e;p=thirdparty%2Fbugzilla.git Bug 365499 - admin/products/groupcontrol/confirm-edit uses p as br r=sgreen, a=sgreen --- diff --git a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl index fc3ad9b82c..354673c3da 100644 --- a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl +++ b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl @@ -11,32 +11,41 @@ [% END %] [% PROCESS global/header.html.tmpl title = title %] + [% FOREACH group = mandatory_groups %] -

-group '[% group.name FILTER html %]' impacts [% group.count %] -[%+ terms.bugs %] for -which the group is newly mandatory and will be added. +

+ Group '[% group.name FILTER html %]' impacts + [% IF group.count == 1 %] + one [%+ terms.bug %] + [% ELSE %] + [% group.count %] [%+ terms.bugs %] + [% END %] + for which this group is mandatory and will be added. +

[% END %] [% FOREACH group = na_groups %] -

-group '[% group.name FILTER html %]' impacts [% group.count %]  -[% terms.bugs %] for which the group is no longer applicable and will -be removed.[% END %] -

+

+ Group '[% group.name FILTER html %]' impacts + [% IF group.count == 1 %] + one [%+ terms.bug %] + [% ELSE %] + [% group.count %] [%+ terms.bugs %] + [% END %] + for which this group is no longer applicable and will be removed. +

+[% END %] + [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %] - -
- Click "Continue" to proceed with the change including the changes - indicated above. If you do not want these changes, use "back" to - return to the previous page.

- - +
+ Click "Continue" to proceed with the change including the changes + indicated above. If you do not want these changes, use "back" to + return to the previous page.

- + +
- [% PROCESS global/footer.html.tmpl %]