Bug 365499 - admin/products/groupcontrol/confirm-edit uses p as br

r=sgreen, a=sgreen


git-svn-id: svn://10.0.0.236/trunk@264971 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2013-08-15 23:17:02 +00:00
parent 04bc9e43d2
commit 430baf5048
2 changed files with 29 additions and 20 deletions

View File

@ -1 +1 @@
8702 8703

View File

@ -11,32 +11,41 @@
[% END %] [% END %]
[% PROCESS global/header.html.tmpl title = title %] [% PROCESS global/header.html.tmpl title = title %]
[% FOREACH group = mandatory_groups %] [% FOREACH group = mandatory_groups %]
<P> <p>
group '[% group.name FILTER html %]' impacts [% group.count %] Group '[% group.name FILTER html %]' impacts
[%+ terms.bugs %] for [% IF group.count == 1 %]
which the group is newly mandatory and will be added. one [%+ terms.bug %]
[% ELSE %]
[% group.count %] [%+ terms.bugs %]
[% END %]
for which this group is mandatory and will be added.
</p>
[% END %] [% END %]
[% FOREACH group = na_groups %] [% FOREACH group = na_groups %]
<P> <p>
group '[% group.name FILTER html %]' impacts [% group.count %]&nbsp; Group '[% group.name FILTER html %]' impacts
[% terms.bugs %] for which the group is no longer applicable and will [% IF group.count == 1 %]
be removed.[% END %] one [%+ terms.bug %]
[% ELSE %]
[% group.count %] [%+ terms.bugs %]
[% END %]
for which this group is no longer applicable and will be removed.
</p>
[% END %]
<form action="editproducts.cgi" method="post" > <form action="editproducts.cgi" method="post" >
[% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %] [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]
<p>
<br> <br>
Click "Continue" to proceed with the change including the changes Click "Continue" to proceed with the change including the changes
indicated above. If you do not want these changes, use "back" to indicated above. If you do not want these changes, use "back" to
return to the previous page. return to the previous page.
<p> </p>
<input type="hidden" name="confirmed" value="confirmed"> <input type="hidden" name="confirmed" value="confirmed">
<input type="submit" id="update" value="Continue"> <input type="submit" id="update" value="Continue">
</p>
</form> </form>
[% PROCESS global/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %]