diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:48:06 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:48:06 +0200 |
commit | c7f35585ef6088dcabbab77d0031cdd4ee40c1e3 (patch) | |
tree | cdc8bacadc8a832381926c3f27b9ee25650fd0c0 | |
parent | 3513cb835159eefe252047f00a3f13817b57edfa (diff) | |
download | bugzilla-c7f35585ef6088dcabbab77d0031cdd4ee40c1e3.tar.gz bugzilla-c7f35585ef6088dcabbab77d0031cdd4ee40c1e3.tar.xz |
Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin
-rw-r--r-- | docs/en/xml/administration.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index 50ffe43f0..cdb48cdbd 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -1036,9 +1036,9 @@ <title>Administering Flags</title> <para> - If you have the <quote>editcomponents</quote> permission, you will - have <quote>Edit: ... | Flags | ...</quote> in your page footer. - Clicking on that link will bring you to the <quote>Administer + If you have the <quote>editcomponents</quote> permission, you can + edit Flag Types from the main administration page. Clicking the + <quote>Flags</quote> link will bring you to the <quote>Administer Flag Types</quote> page. Here, you can select whether you want to create (or edit) a Bug flag, or an Attachment flag. </para> @@ -1047,6 +1047,15 @@ just go over it once. </para> + <section id="flags-edit"> + <title>Editing a Flag</title> + <para> + To edit a flag's properties, just click on the <quote>Edit</quote> + link next to the flag's description. That will take you to the same + form as described below (<xref linkend="flags-create"/>). + </para> + </section> + <section id="flags-create"> <title>Creating a Flag</title> @@ -1257,15 +1266,6 @@ </warning> </section> - <section id="flags-edit"> - <title>Editing a Flag</title> - <para> - To edit a flag's properties, just click on the <quote>Edit</quote> - link next to the flag's description. That will take you to the same - form described in the <quote>Creating a Flag</quote> section. - </para> - </section> - </section> <!-- flags-admin --> <!-- XXX We should add a "Uses of Flags" section, here, with examples. --> |