From 3ed3c6bc69b67ad82ffd7f95c8ff9d355fd64e67 Mon Sep 17 00:00:00 2001 From: SImon Green Date: Wed, 1 Aug 2012 13:34:07 +0800 Subject: Bug 779061: Fix inconsistency between create group documentation and UI r=glob, a=LpSolit --- template/en/default/admin/groups/create.html.tmpl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl index fb2f24490..db65629d0 100644 --- a/template/en/default/admin/groups/create.html.tmpl +++ b/template/en/default/admin/groups/create.html.tmpl @@ -75,10 +75,17 @@ email address that matches this regular expression.

in comments in [% terms.bugs %] besides the name of the author of comments.

-

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.

+[% 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 %]

Back to the main [% terms.bugs %] page -- cgit v1.2.3-24-g4f1b