From 300a4ae21baa491e515526ca9d1294406dd2937e Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Fri, 16 Aug 2013 09:12:57 +1000 Subject: Bug 365499 - admin/products/groupcontrol/confirm-edit uses p as br r=sgreen, a=sgreen --- .../products/groupcontrol/confirm-edit.html.tmpl | 45 +++++++++++++--------- 1 file changed, 27 insertions(+), 18 deletions(-) (limited to 'template') 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 fc3ad9b82..354673c3d 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 %] -- cgit v1.2.3-24-g4f1b