]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 779061: Fix inconsistency between create group documentation and UI
authorSImon Green <sgreen+mozilla@redhat.com>
Wed, 1 Aug 2012 05:34:07 +0000 (13:34 +0800)
committerByron Jones <bjones@mozilla.com>
Wed, 1 Aug 2012 05:34:07 +0000 (13:34 +0800)
r=glob, a=LpSolit

template/en/default/admin/groups/create.html.tmpl

index fb2f24490471c4d9e0b8d3c06d6231c57f72ebed..db65629d08adc6b2f85e5111750d821c28f72524 100644 (file)
@@ -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>