From 5c8594a71d10d21019175dbc98e572671f80a095 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Thu, 19 Mar 2015 20:40:07 +0100 Subject: Bug 1136745: Kill the makeproductgroups parameter r=LpSolit a=glob --- template/en/default/admin/groups/create.html.tmpl | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'template/en/default/admin/groups/create.html.tmpl') 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') %] - +

@@ -82,17 +81,10 @@ than deleting the group would be. 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.

-[% IF Param("makeproductgroups") %] -

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.

-[% ELSE %] -

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.

-[% END %] +

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.

Back to the group list.

-- cgit v1.2.3-24-g4f1b