]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Documentation patch for bug 274220: Provide additional documentation about creating...
authorjocuri%softhome.net <>
Fri, 4 Apr 2008 11:47:56 +0000 (11:47 +0000)
committerjocuri%softhome.net <>
Fri, 4 Apr 2008 11:47:56 +0000 (11:47 +0000)
docs/en/xml/customization.xml

index 36668892ffb998b58a28d977a5356a6332de0668..14ac3f86a60943b36defe6280c0996a8a87a6932 100644 (file)
         extensible fashion to enable you to add arbitrary HTML widgets,
         such as drop-down lists or textboxes, to the bug entry page
         and have their values appear formatted in the initial comment.
+        A hidden field that indicates the format should be added inside
+        the form in order to make the template functional. Its value should
+        be the suffix of the template filename. For example, if the file
+        is called <filename>create-cust.html.tmpl</filename>, then
+        <programlisting>&lt;input type="hidden" name="format" value="cust"&gt;</programlisting>
+        should be used inside the form.
       </para>
 
       <para>