From: jocuri%softhome.net <> Date: Wed, 24 Nov 2004 06:59:57 +0000 (+0000) Subject: Documentation patch for bug 262320: Provide documentation for list/tables.html.tmpl... X-Git-Tag: bugzilla-2.18~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=105eab20bf5f615d580f0c2ba9dcb5c77a5bc82f;p=thirdparty%2Fbugzilla.git Documentation patch for bug 262320: Provide documentation for list/tables.html.tmpl; patch by Shane H. W. Travis , r=vladd. --- diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index aa29036766..8ff83dc4ea 100644 --- a/docs/xml/customization.xml +++ b/docs/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. - + + + list/table.html.tmpl: + 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. + + bug/create/user-message.html.tmpl: This is a message that appears near the top of the bug reporting page.