summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/customization.xml
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2008-04-04 13:47:54 +0200
committerjocuri%softhome.net <>2008-04-04 13:47:54 +0200
commitc62e292c67cdf3b2056383b7ff8aa57207143e32 (patch)
tree4d8a4208ba5846e37d8f5868e76f5ddf6cf4b08a /docs/en/xml/customization.xml
parent5c7873a32bbd999dc677cd133383afa9274a63b9 (diff)
downloadbugzilla-c62e292c67cdf3b2056383b7ff8aa57207143e32.tar.gz
bugzilla-c62e292c67cdf3b2056383b7ff8aa57207143e32.tar.xz
Documentation patch for bug 262320: Provide documentation for list/tables.html.tmpl; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.
Diffstat (limited to 'docs/en/xml/customization.xml')
-rw-r--r--docs/en/xml/customization.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml
index aa2903676..8ff83dc4e 100644
--- a/docs/en/xml/customization.xml
+++ b/docs/en/xml/customization.xml
@@ -254,7 +254,18 @@
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.