From: jocuri%softhome.net <> Date: Wed, 29 Dec 2004 05:51:27 +0000 (+0000) Subject: Documentation patch for bug 274220: Provide additional documentation about creating... X-Git-Tag: bugzilla-2.19.2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b8318a1a38c6b6c652e560139788e0ca22351e0;p=thirdparty%2Fbugzilla.git Documentation patch for bug 274220: Provide additional documentation about creating custom templates; patch by Shane H. W. Travis , r=vladd. --- diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index 36668892ff..14ac3f86a6 100644 --- a/docs/xml/customization.xml +++ b/docs/xml/customization.xml @@ -337,6 +337,12 @@ 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 create-cust.html.tmpl, then + <input type="hidden" name="format" value="cust"> + should be used inside the form.