summaryrefslogtreecommitdiffstats
path: root/editvalues.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-11-12 04:57:08 +0100
committerlpsolit%gmail.com <>2007-11-12 04:57:08 +0100
commit50cdda2d571514abf2e8781cb376da199cdb1816 (patch)
tree1998bd4eb005e0f51ad1b0bfbf30986419f2d99d /editvalues.cgi
parenta730795dfde3ca244bf2245ae7903053f9d4936f (diff)
downloadbugzilla-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-xeditvalues.cgi4
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'} ||