]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Documentation patch for bug 262320: Provide documentation for list/tables.html.tmpl...
authorjocuri%softhome.net <>
Wed, 24 Nov 2004 06:59:57 +0000 (06:59 +0000)
committerjocuri%softhome.net <>
Wed, 24 Nov 2004 06:59:57 +0000 (06:59 +0000)
docs/xml/customization.xml

index aa29036766f088b20557a5b75571f37b7ebe1765..8ff83dc4eae9fd53377cc64091595c23453201da 100644 (file)
         replaced with "issues" across the whole Bugzilla installation.
         The name "Bugzilla" and other words can be customized as well.
       </para>
-      
+
+      <para>
+        <command>list/table.html.tmpl</command>:
+        This template controls the appearance of the bug lists created
+        by Bugzilla. Editing this template allows per-column control of 
+        the width and title of a column, the maximum display length of
+        each entry, and the wrap behaviour of long entries.
+        For long bug lists, Bugzilla inserts a 'break' every 100 bugs by
+        default; this behaviour is also controlled by this template, and
+        that value can be modified here.
+       </para>
       <para>
         <command>bug/create/user-message.html.tmpl</command>:
         This is a message that appears near the top of the bug reporting page.