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 --- template/en/default/reports/menu.html.tmpl | 1 + template/en/default/reports/old-charts.html.tmpl | 7 +++++-- 2 files changed, 6 insertions(+), 2 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 38dd3d4ee..db5b19293 100644 --- a/template/en/default/reports/menu.html.tmpl +++ b/template/en/default/reports/menu.html.tmpl @@ -27,6 +27,7 @@ [% PROCESS global/header.html.tmpl title = "Reporting and Charting Kitchen" + doc_section = "reporting.html" %]

diff --git a/template/en/default/reports/old-charts.html.tmpl b/template/en/default/reports/old-charts.html.tmpl index ed5b708ef..ca3ba6c7d 100644 --- a/template/en/default/reports/old-charts.html.tmpl +++ b/template/en/default/reports/old-charts.html.tmpl @@ -21,8 +21,11 @@ [% PROCESS "global/field-descs.none.tmpl" %] -[% PROCESS global/header.html.tmpl title = "$terms.Bug Charts" - h1 = "Welcome to the $terms.Bugzilla Charting Kitchen" %] +[% PROCESS global/header.html.tmpl + title = "$terms.Bug Charts" + h1 = "Welcome to the $terms.Bugzilla Charting Kitchen" + doc_section = "reporting.html#charts" +%]

[% IF url_image %] -- cgit v1.2.3-24-g4f1b