From d5adbc109d44481c9c4b7ba6429cbbc35487486e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 12 Nov 2007 04:03:16 +0000 Subject: Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin --- chart.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'chart.cgi') diff --git a/chart.cgi b/chart.cgi index 97bf9e77d..70eeb814a 100755 --- a/chart.cgi +++ b/chart.cgi @@ -71,6 +71,7 @@ if (grep(/^cmd-/, $cgi->param())) { my $action = $cgi->param('action'); my $series_id = $cgi->param('series_id'); +$vars->{'doc_section'} = 'reporting.html#charts'; # Because some actions are chosen by buttons, we can't encode them as the value # of the action param, because that value is localization-dependent. So, we -- cgit v1.2.3-24-g4f1b