Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
300a4ae2
Commit
300a4ae2
authored
Aug 16, 2013
by
Sunil Joshi
Committed by
Simon Green
Aug 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 365499 - admin/products/groupcontrol/confirm-edit uses p as br
r=sgreen, a=sgreen
parent
759a6ee2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
18 deletions
+27
-18
confirm-edit.html.tmpl
...efault/admin/products/groupcontrol/confirm-edit.html.tmpl
+27
-18
No files found.
template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
View file @
300a4ae2
...
...
@@ -11,32 +11,41 @@
[% END %]
[% PROCESS global/header.html.tmpl title = title %]
[% FOREACH group = mandatory_groups %]
<P>
group '[% group.name FILTER html %]' impacts [% group.count %]
[%+ terms.bugs %] for
which the group is newly mandatory and will be added.
<p>
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.
</p>
[% END %]
[% FOREACH group = na_groups %]
<P>
group '[% group.name FILTER html %]' impacts [% group.count %]
[% terms.bugs %] for which the group is no longer applicable and will
be removed.[% END %]
<form action="editproducts.cgi" method="post" >
<p>
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.
</p>
[% END %]
<form action="editproducts.cgi" method="post" >
[% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]
<br>
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.
<p>
<input type="hidden" name="confirmed" value="confirmed">
<input type="submit" id="update" value="Continue">
<br>
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.
</p>
<input type="hidden" name="confirmed" value="confirmed">
<input type="submit" id="update" value="Continue">
</form>
[% PROCESS global/footer.html.tmpl %]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment