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 /editvalues.cgi | |
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 'editvalues.cgi')
-rwxr-xr-x | editvalues.cgi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editvalues.cgi b/editvalues.cgi index f60ab634e..9be6b5440 100755 --- a/editvalues.cgi +++ b/editvalues.cgi @@ -112,6 +112,10 @@ my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; my $vars = {}; +# Replace this entry by separate entries in templates when +# the documentation about legal values becomes bigger. +$vars->{'doc_section'} = 'edit-values.html'; + print $cgi->header(); exists Bugzilla->user->groups->{'admin'} || |