From f9214d522c9dabc0096573e553b946c492a65230 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 30 Aug 2004 04:29:34 +0000 Subject: Bug 225687 - add group controls to charts, along with various other cleanups. Patch by gerv; r=joel, a=justdave. --- template/en/default/reports/create-chart.html.tmpl | 42 ++-------------------- 1 file changed, 3 insertions(+), 39 deletions(-) (limited to 'template/en/default/reports/create-chart.html.tmpl') diff --git a/template/en/default/reports/create-chart.html.tmpl b/template/en/default/reports/create-chart.html.tmpl index 28776662a..7b5b4c298 100644 --- a/template/en/default/reports/create-chart.html.tmpl +++ b/template/en/default/reports/create-chart.html.tmpl @@ -60,14 +60,6 @@ function subcatSelected() { [% gttext = "Grand Total" %]
-

- - Note: this new charting system is in beta. This means that retention of - data or defined data sets is on a best-efforts basis only, and cannot be - guaranteed. Please file any [% terms.bugs %] you find or enhancement - ideas you think of. - -

[% IF NOT category OR category.size == 0 %] @@ -144,7 +136,6 @@ function subcatSelected() { - [%# The external loop has two counters; one which keeps track of where we @@ -189,18 +180,6 @@ function subcatSelected() { value="[% series.series_id %]"> - -
Data Set
- [% IF NOT series.public %] - [% IF series.isSubscribed(user.id) %] - - [% ELSE %] - - [% END %] - [% END %] - [% IF user.id == series.creator OR UserInGroup("admin") %] + Date Range: @@ -274,23 +252,9 @@ function subcatSelected() { [% 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') %] - create a new data set, -[% ELSE %] - create a new data set, +

Create 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 %] + -- cgit v1.2.3-24-g4f1b