Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colin

git-svn-id: svn://10.0.0.236/trunk@239164 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2007-11-11 21:57:10 +00:00
parent eab4e28f08
commit a9622f6e83
11 changed files with 29 additions and 7 deletions

View File

@@ -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'} ||