Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
50cdda2d
Commit
50cdda2d
authored
Nov 12, 2007
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colin
parent
a730795d
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
29 additions
and
7 deletions
+29
-7
administration.xml
docs/xml/administration.xml
+2
-2
editvalues.cgi
editvalues.cgi
+4
-0
create.html.tmpl
template/en/default/admin/custom_fields/create.html.tmpl
+3
-1
edit.html.tmpl
template/en/default/admin/custom_fields/edit.html.tmpl
+3
-1
list.html.tmpl
template/en/default/admin/custom_fields/list.html.tmpl
+4
-1
confirm-remove.html.tmpl
template/en/default/admin/groups/confirm-remove.html.tmpl
+4
-1
create.html.tmpl
template/en/default/admin/groups/create.html.tmpl
+1
-0
delete.html.tmpl
template/en/default/admin/groups/delete.html.tmpl
+1
-0
edit.html.tmpl
template/en/default/admin/groups/edit.html.tmpl
+2
-0
list.html.tmpl
template/en/default/admin/groups/list.html.tmpl
+1
-0
schedule.html.tmpl
template/en/default/whine/schedule.html.tmpl
+4
-1
No files found.
docs/xml/administration.xml
View file @
50cdda2d
...
...
@@ -1692,7 +1692,7 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT
and un-checking the box next to either 'Reporter' or 'CC List' (or both).
</para>
</note>
<section>
<section
id=
"create-groups"
>
<title>
Creating Groups
</title>
<para>
To create Groups:
</para>
...
...
@@ -1748,7 +1748,7 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT
</orderedlist>
</section>
<section>
<section
id=
"edit-groups"
>
<title>
Assigning Users to Groups
</title>
<para>
Users can become a member of a group in several ways.
</para>
<orderedlist>
...
...
editvalues.cgi
View file @
50cdda2d
...
...
@@ -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'
}
||
...
...
template/en/default/admin/custom_fields/create.html.tmpl
View file @
50cdda2d
...
...
@@ -21,7 +21,9 @@
[% PROCESS global/header.html.tmpl
title = "Add a new Custom Field"
onload = "document.getElementById('new_bugmail').disabled = true;" %]
onload = "document.getElementById('new_bugmail').disabled = true;"
doc_section = "custom-fields.html#add-custom-fields"
%]
<script type="text/javascript">
<!--
...
...
template/en/default/admin/custom_fields/edit.html.tmpl
View file @
50cdda2d
...
...
@@ -25,7 +25,9 @@
[% PROCESS global/header.html.tmpl
title = title
onload = "toggleCheckbox(document.getElementById('enter_bug'), 'new_bugmail');" %]
onload = "toggleCheckbox(document.getElementById('enter_bug'), 'new_bugmail');"
doc_section = "custom-fields.html#edit-custom-fields"
%]
<script type="text/javascript">
<!--
...
...
template/en/default/admin/custom_fields/list.html.tmpl
View file @
50cdda2d
...
...
@@ -19,7 +19,10 @@
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS global/header.html.tmpl title = "Custom Fields" %]
[% PROCESS global/header.html.tmpl
title = "Custom Fields"
doc_section = "custom-fields.html"
%]
[% columns = [
{
...
...
template/en/default/admin/groups/confirm-remove.html.tmpl
View file @
50cdda2d
...
...
@@ -33,7 +33,10 @@
[% title = "Confirm: Remove All Explicit Members?" %]
[% END %]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
title = title
doc_section = "groups.html"
%]
[% IF regexp %]
<p>This option will remove all users from '[% group.name FILTER html %]'
...
...
template/en/default/admin/groups/create.html.tmpl
View file @
50cdda2d
...
...
@@ -28,6 +28,7 @@
[% PROCESS global/header.html.tmpl
title = "Add group"
subheader = "This page allows you to define a new user group."
doc_section = "groups.html#create-groups"
%]
<form method="post" action="editgroups.cgi">
...
...
template/en/default/admin/groups/delete.html.tmpl
View file @
50cdda2d
...
...
@@ -36,6 +36,7 @@
[% PROCESS global/header.html.tmpl
title = "Delete group"
doc_section = "groups.html"
%]
<table border="1">
...
...
template/en/default/admin/groups/edit.html.tmpl
View file @
50cdda2d
...
...
@@ -33,6 +33,8 @@
[% title = BLOCK %]Change Group: [% group.name FILTER html %][% END %]
[% PROCESS global/header.html.tmpl
title = title
doc_section = "groups.html#edit-groups"
style = "
.grant_table { border-collapse: collapse; }
.grant_table td, .grant_table th {
...
...
template/en/default/admin/groups/list.html.tmpl
View file @
50cdda2d
...
...
@@ -34,6 +34,7 @@
[% PROCESS global/header.html.tmpl
title = "Edit Groups"
subheader = "This lets you edit the groups available to put users in."
doc_section = "groups.html"
%]
[% edit_contentlink = "editgroups.cgi?action=changeform&group=%%id%%" %]
...
...
template/en/default/whine/schedule.html.tmpl
View file @
50cdda2d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment