diff options
author | lpsolit%gmail.com <> | 2007-11-12 04:57:08 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-11-12 04:57:08 +0100 |
commit | 50cdda2d571514abf2e8781cb376da199cdb1816 (patch) | |
tree | 1998bd4eb005e0f51ad1b0bfbf30986419f2d99d /template/en/default/whine | |
parent | a730795dfde3ca244bf2245ae7903053f9d4936f (diff) | |
download | bugzilla-50cdda2d571514abf2e8781cb376da199cdb1816.tar.gz bugzilla-50cdda2d571514abf2e8781cb376da199cdb1816.tar.xz |
Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colin
Diffstat (limited to 'template/en/default/whine')
-rw-r--r-- | template/en/default/whine/schedule.html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/whine/schedule.html.tmpl b/template/en/default/whine/schedule.html.tmpl index d82c6813f..8cb120dfa 100644 --- a/template/en/default/whine/schedule.html.tmpl +++ b/template/en/default/whine/schedule.html.tmpl @@ -35,7 +35,10 @@ [% PROCESS global/variables.none.tmpl %] [% title = "Set up whining" %] -[% PROCESS global/header.html.tmpl %] +[% PROCESS global/header.html.tmpl + title = title + doc_section = "whining.html" +%] <p> "Whining" is when [% terms.Bugzilla %] executes a saved query at a regular interval |