aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-07-04 04:31:13 +0000
committergerv%gerv.net <>2003-07-04 04:31:13 +0000
commit44b48df3901d829e1423749136d142964ccb4a3e (patch)
treef87659c97f6c97654cde63005c514a5504913631 /template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
parent7b35e1a271f27612cba91216d50e5f497dd0c69a (diff)
downloadbugs-44b48df3901d829e1423749136d142964ccb4a3e.tar
bugs-44b48df3901d829e1423749136d142964ccb4a3e.tar.gz
bugs-44b48df3901d829e1423749136d142964ccb4a3e.tar.bz2
bugs-44b48df3901d829e1423749136d142964ccb4a3e.tar.xz
bugs-44b48df3901d829e1423749136d142964ccb4a3e.zip
Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
Diffstat (limited to 'template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl')
-rw-r--r--template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl15
1 files changed, 8 insertions, 7 deletions
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 cf8fcca9c..8dfb97230 100644
--- a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
@@ -17,29 +17,30 @@
# Rights Reserved.
#
# Contributor(s): Joel Peshkin <bugreport@peshkin.net>
- #
+ #
#%]
-
+[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl title="Confirm Group Control Change for product \'$product\'" %]
[% FOREACH group = mandatory_groups %]
<P>
-group '[% group.name FILTER html %]' impacts [% group.count %] bugs for which the group is
-newly mandatory and will be added.
+group '[% group.name FILTER html %]' impacts [% group.count %]&nbsp;[% terms.bugs %] for
+which the group is newly mandatory and will be added.
[% END %]
[% FOREACH group = na_groups %]
<P>
-group '[% group.name FILTER html %]' impacts [% group.count %] bugs for which the group is no longer applicable and will be removed.
-[% END %]
+group '[% group.name FILTER html %]' impacts [% group.count %]&nbsp;
+[% terms.bugs %] for which the group is no longer applicable and will
+be removed.[% END %]
<form method="post" >
[% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]
<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
return to the previous page.
<p>