diff options
author | mozilla%colinogilvie.co.uk <> | 2008-04-04 13:48:07 +0200 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2008-04-04 13:48:07 +0200 |
commit | d559ac605529f2718b7bc9c0e73e231ad377d726 (patch) | |
tree | 9528c008509565264e6e278a57de76ff3ef1af6a /docs | |
parent | 0f6c16082c93286fbf100819006a1ed812fb1055 (diff) | |
download | bugzilla-d559ac605529f2718b7bc9c0e73e231ad377d726.tar.gz bugzilla-d559ac605529f2718b7bc9c0e73e231ad377d726.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')
-rw-r--r-- | docs/en/xml/administration.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index cdb48cdbd..e07c2ec41 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/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> |