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/series.html.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'template/en/default/reports/series.html.tmpl') diff --git a/template/en/default/reports/series.html.tmpl b/template/en/default/reports/series.html.tmpl index 94eb02e9f..c1ad55d1f 100644 --- a/template/en/default/reports/series.html.tmpl +++ b/template/en/default/reports/series.html.tmpl @@ -65,10 +65,13 @@  day(s)
+ [%# Change 'admin' here and in Series.pm, or remove the check + completely, if you want to change who can make series public. %] [% IF UserInGroup('admin') %] - Visible to all + Visible to all
+ (within group restrictions)
[% END %] -- cgit v1.2.3-24-g4f1b