summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups/create.html.tmpl
diff options
context:
space:
mode:
authorGervase Markham <gerv@mozilla.org>2015-03-19 20:40:07 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-03-19 20:45:19 +0100
commit5c8594a71d10d21019175dbc98e572671f80a095 (patch)
treee926fe496dd7eadbd24ccf2b8cb54bb69452bba6 /template/en/default/admin/groups/create.html.tmpl
parent42584a88aecb7430d6cef2c7b73779842ea5c80d (diff)
downloadbugzilla-5c8594a71d10d21019175dbc98e572671f80a095.tar.gz
bugzilla-5c8594a71d10d21019175dbc98e572671f80a095.tar.xz
Bug 1136745: Kill the makeproductgroups parameter
r=LpSolit a=glob
Diffstat (limited to 'template/en/default/admin/groups/create.html.tmpl')
-rw-r--r--template/en/default/admin/groups/create.html.tmpl18
1 files changed, 5 insertions, 13 deletions
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index 3827fb0e3..6f280d68d 100644
--- a/template/en/default/admin/groups/create.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl
@@ -42,8 +42,7 @@
[% Hook.process('field') %]
</table>
- <input type="checkbox" id="insertnew" name="insertnew" value="1"
- [% IF Param("makeproductgroups") %] checked[% END %]>
+ <input type="checkbox" id="insertnew" name="insertnew" value="1">
<label for="insertnew">Insert new group into all existing products.</label>
<p>
<input type="submit" id="create" value="Add">
@@ -82,17 +81,10 @@ than deleting the group would be. <b>Note: If you are creating
a group, you probably want it to be usable for [% terms.bugs %], in which
case you should leave this checked.</b></p>
-[% IF Param("makeproductgroups") %]
- <p>By default, the new group will be associated with existing products.
- Unchecking the "Insert new group into all existing products" option will
- prevent this and make the group become visible only when its controls have
- been added to a product.</p>
-[% ELSE %]
- <p>Checking the "Insert new group into all existing products" option will
- make the new group be associated with existing products. Leaving it unchecked
- will make the group become visible only when its controls have been added to
- a product.</p>
-[% END %]
+<p>Checking the "Insert new group into all existing products" option will
+make the new group available to be set on [% terms.bugs %] in all existing
+products. Leaving it unchecked means you need to specifically add the group to
+any product where you want it to be available for use.</p>
<p>Back to the <a href="editgroups.cgi">group list</a>.</p>