diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/reports/menu.html.tmpl | 10 |
1 files changed, 6 insertions, 4 deletions
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. </li> - <li> - <strong><a href="chart.cgi">New Charts</a></strong> - - plot any arbitrary search against time. Far more powerful. - </li> + [% IF UserInGroup(Param("chartgroup")) %] + <li> + <strong><a href="chart.cgi">New Charts</a></strong> - + plot any arbitrary search against time. Far more powerful. + </li> + [% END %] </ul> [% PROCESS global/footer.html.tmpl %] |