summaryrefslogtreecommitdiffstats
path: root/editvalues.cgi
diff options
context:
space:
mode:
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'} ||