From 40be4dac5e0e89bc372b1cd32fdaae9a4a91d257 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Wed, 1 Aug 2012 05:45:41 +0000 Subject: [PATCH] Bug 779061: Fix inconsistency between create group documentation and UI r=glob, a=LpSolit git-svn-id: svn://10.0.0.236/trunk@264103 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../en/default/admin/groups/create.html.tmpl | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 725a512bda5..5c6895c070a 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8321 \ No newline at end of file +8322 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/groups/create.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/groups/create.html.tmpl index fb2f2449047..db65629d08a 100644 --- a/mozilla/webtools/bugzilla/template/en/default/admin/groups/create.html.tmpl +++ b/mozilla/webtools/bugzilla/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