diff options
author | SImon Green <sgreen+mozilla@redhat.com> | 2012-08-01 07:34:07 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-08-01 07:34:07 +0200 |
commit | 3ed3c6bc69b67ad82ffd7f95c8ff9d355fd64e67 (patch) | |
tree | e314ebd84300cadf2bda6d1130e9fd4bfd58a6ff /template/en/default/admin | |
parent | cc6b7b096237681af9765efe8f8efca4f223ae50 (diff) | |
download | bugzilla-3ed3c6bc69b67ad82ffd7f95c8ff9d355fd64e67.tar.gz bugzilla-3ed3c6bc69b67ad82ffd7f95c8ff9d355fd64e67.tar.xz |
Bug 779061: Fix inconsistency between create group documentation and UI
r=glob, a=LpSolit
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/groups/create.html.tmpl | 15 |
1 files 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.</p> in comments in [% terms.bugs %] besides the name of the author of comments. </p> -<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> +[% 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>Back to the <a href="./">main [% terms.bugs %] page</a> |