]> 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 07:00:19 +0000 (07:00 +0000)
committerjocuri%softhome.net <>
Wed, 24 Nov 2004 07:00:19 +0000 (07:00 +0000)
docs/xml/administration.xml

index 39d54e2cb0d98f9861eae90f2be8eff2ca306c41..93f7666fb68353fd58c18c907d3566c40eeb9cb1 100644 (file)
@@ -1282,6 +1282,17 @@ skip-networking
         your Bugzilla installation.
       </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.