From 73fd49ff3bbff6244802ba548bb22c2be39014e1 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 6 Jul 2004 08:12:29 +0000 Subject: Bug 243463 Use a param to protect new charts from leaking information r=justdave a=justdave --- template/en/default/reports/menu.html.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'template/en/default/reports') diff --git a/template/en/default/reports/menu.html.tmpl b/template/en/default/reports/menu.html.tmpl index 7481790fd..5ac1516d5 100644 --- a/template/en/default/reports/menu.html.tmpl +++ b/template/en/default/reports/menu.html.tmpl @@ -64,10 +64,12 @@ plot the status and/or resolution of [% terms.bugs %] against time, for each product in your database. -
  • - New Charts - - plot any arbitrary search against time. Far more powerful. -
  • + [% IF UserInGroup(Param("chartgroup")) %] +
  • + New Charts - + plot any arbitrary search against time. Far more powerful. +
  • + [% END %] [% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b