diff options
author | mozilla%colinogilvie.co.uk <> | 2007-11-04 00:11:17 +0100 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2007-11-04 00:11:17 +0100 |
commit | 682cf8e706eac2deaf67dbce67bd6f775dd5e216 (patch) | |
tree | 103f6d3f0bfaa4446c17d808beafec350d2baa7f /docs/xml | |
parent | 7d00b5f696249725beead3c570d73e36ff59ffa3 (diff) | |
download | bugzilla-682cf8e706eac2deaf67dbce67bd6f775dd5e216.tar.gz bugzilla-682cf8e706eac2deaf67dbce67bd6f775dd5e216.tar.xz |
Bug 400678: Default CC list for components not mentioned in the documentation
Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com>; r=me
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/administration.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index cdb48cdbd..e07c2ec41 100644 --- a/docs/xml/administration.xml +++ b/docs/xml/administration.xml @@ -737,22 +737,24 @@ <para>To create a new Component:</para> - <orderedlist> + <orderedlist> <listitem> - <para>Select the "Edit components" link from the "Edit product" - page</para> + <para>Select the <quote>Edit components</quote> link + from the <quote>Edit product</quote> page</para> </listitem> <listitem> - <para>Select the "Add" link in the bottom right.</para> + <para>Select the <quote>Add</quote> link in the bottom right.</para> </listitem> <listitem> - <para>Fill out the "Component" field, a short "Description", - the "Default Assignee" and "Default QA Contact" (if enabled). - The Component and Description fields may contain HTML; - the "Default Assignee" field must be a login name - already existing in the database. + <para>Fill out the <quote>Component</quote> field, a + short <quote>Description</quote>, the + <quote>Default Assignee</quote>, <quote>Default CC List</quote> + and <quote>Default QA Contact</quote> (if enabled). + The <quote>Component Description</quote> field may contain a + limited subset of HTML tags. The <quote>Default Assignee</quote> + field must be a login name already existing in the Bugzilla database. </para> </listitem> </orderedlist> |