diff --git a/mozilla/webtools/bugzilla/template/en/default/reports/create-chart.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/reports/create-chart.html.tmpl index 441bd9b0638..9d187fb60d2 100644 --- a/mozilla/webtools/bugzilla/template/en/default/reports/create-chart.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/reports/create-chart.html.tmpl @@ -34,7 +34,7 @@ donames = 1 %] - + +

List Of Data Sets To Plot

-
[% IF chart.lines.size > 0 %] - +
- + @@ -121,15 +195,13 @@ function subcatSelected() { value="[% series.series_id %]"> - @@ -181,7 +253,7 @@ function subcatSelected() { - - -
SelectAsLabel Data Set Subs - [% IF series.creator != 0 %] - [% IF series.isSubscribed(user.id) %] - - [% ELSE %] - - [% END %] + + [% IF series.creator != 0 AND series.isSubscribed(user.id) %] + + [% ELSE %] + [% END %] + Date Range: @@ -190,92 +262,33 @@ function subcatSelected() { value="[% time2str("%Y-%m-%d", chart.dateto) IF chart.dateto %]"> - - +
[% ELSE %]

None

- [% END %] - -

Select Data Sets:

- - - [% IF NOT category OR category.size == 0 %] - - - - [% ELSE %] - - - - - - - - - - - [% PROCESS series_select sel = { name => 'category', - size => 5, - onchange = "catSelected(); - subcatSelected();" } %] - - - - - [% PROCESS series_select sel = { name => 'subcategory', - size => 5, - onchange = "subcatSelected()" } %] - - - - - - - - - [% END %] -
- You do not have permissions to see any data sets, or none - exist. -
Category:Sub-category:Name:
-
- - - - - - -
-
- - + [% END %]
+

How Subscriptions Work

+ +

+Administrators may mark data sets as public, which then show up in everyone's +list. All others are not public, and you must explicitly subscribe to them in +order for them to appear in your list. +

+ +

+When you [% IF UserInGroup('editbugs') %] -

New Data Set

-[% END %] + create a new data set, +[% ELSE %] + create a new data set, +[% END %] +you are automatically subscribed to it. When the last person unsubscribes +from a data set, data stops being collected. +

[% PROCESS global/footer.html.tmpl %] diff --git a/mozilla/webtools/bugzilla/template/en/default/reports/edit-series.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/reports/edit-series.html.tmpl index 352e5fade54..201c26a2f47 100644 --- a/mozilla/webtools/bugzilla/template/en/default/reports/edit-series.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/reports/edit-series.html.tmpl @@ -33,6 +33,7 @@ [% button_name = "Change" %] [% PROCESS reports/series.html.tmpl %] + [% IF default.series_id %] @@ -40,8 +41,13 @@

- Creator: - [% creator.email FILTER html %] + Creator: + [% IF creator.email %] + + [% creator.email FILTER html %] + [% ELSE %] + (automatically created by [% terms.Bugzilla %]) + [% END %]

diff --git a/mozilla/webtools/bugzilla/template/en/default/reports/series.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/reports/series.html.tmpl index a1474a1cf63..6a7730045c7 100644 --- a/mozilla/webtools/bugzilla/template/en/default/reports/series.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/reports/series.html.tmpl @@ -86,11 +86,14 @@ - - + + + - diff --git a/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl index c33b2f0bd02..b0176547062 100644 --- a/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl @@ -352,7 +352,9 @@ function selectProduct(f) { value="[% default.short_desc.0 FILTER html %]"> - + [% IF button_name %] + + [% END %] diff --git a/mozilla/webtools/bugzilla/template/en/default/search/search-create-series.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/search/search-create-series.html.tmpl index 83aa5a912b8..a1a1ec31217 100644 --- a/mozilla/webtools/bugzilla/template/en/default/search/search-create-series.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/search/search-create-series.html.tmpl @@ -32,34 +32,19 @@ onload = "selectProduct(document.forms['chartform']);" %] -[% button_name = "I'm Feeling Buggy" %] -

[% PROCESS search/form.html.tmpl %] - - - - - - - - -
- -
- - -
+

+ + to see which bugs would be included in this series. +

+ +

Data Set Parameters

- [% INCLUDE reports/series.html.tmpl %] +[% INCLUDE reports/series.html.tmpl %] -
-
[% PROCESS "search/boolean-charts.html.tmpl" %]