From: SImon Green Date: Wed, 1 Aug 2012 05:34:07 +0000 (+0800) Subject: Bug 779061: Fix inconsistency between create group documentation and UI X-Git-Tag: bugzilla-4.3.3~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed3c6bc69b67ad82ffd7f95c8ff9d355fd64e67;p=thirdparty%2Fbugzilla.git Bug 779061: Fix inconsistency between create group documentation and UI r=glob, a=LpSolit --- diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl index fb2f244904..db65629d08 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