Commit d40758a6 authored by Christopher's avatar Christopher Committed by Frédéric Buclin

Bug 355620: Lines enclosed in <simplelist> do not wrap in the PDF version of the Bugzilla Guide

r/a=LpSolit
parent e04a9d2f
......@@ -2434,37 +2434,72 @@ ReadOnly: ENTRY, NA/NA, CANEDIT
<emphasis>Type:</emphasis>
The type of field to create. There are
several types available:
<simplelist>
<member>
Bug ID: A field where you can enter the ID of another bug from
the same Bugzilla installation. To point to a bug in a remote
installation, use the See Also field instead.
</member>
<member>
Large Text Box: A multiple line box for entering free text.
</member>
<member>
Free Text: A single line box for entering free text.
</member>
<member>
Multiple-Selection Box: A list box where multiple options
can be selected. After creating this field, it must be edited
to add the selection options. See
<xref linkend="edit-values-list" /> for information about
editing legal values.
</member>
<member>
Drop Down: A list box where only one option can be selected.
After creating this field, it must be edited to add the
selection options. See
<xref linkend="edit-values-list" /> for information about
editing legal values.
</member>
<member>
Date/Time: A date field. This field appears with a
calendar widget for choosing the date.
</member>
</simplelist>
<variablelist>
<varlistentry>
<term>Bug ID:</term>
<listitem>
<para>
A field where you can enter the ID of another bug from
the same Bugzilla installation. To point to a bug in a remote
installation, use the See Also field instead.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Large Text Box:</term>
<listitem>
<para>
A multiple line box for entering free text.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Free Text:</term>
<listitem>
<para>
A single line box for entering free text.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Multiple-Selection Box:</term>
<listitem>
<para>
A list box where multiple options
can be selected. After creating this field, it must be edited
to add the selection options. See
<xref linkend="edit-values-list" /> for information about
editing legal values.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Drop Down:</term>
<listitem>
<para>
A list box where only one option can be selected.
After creating this field, it must be edited to add the
selection options. See
<xref linkend="edit-values-list" /> for information about
editing legal values.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Date/Time:</term>
<listitem>
<para>
A date field. This field appears with a
calendar widget for choosing the date.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment