From f27aaa287562fb880934565d6a091ab1674bfab4 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 19 Jul 2006 04:10:31 +0000 Subject: Bug 344521: Make custom fields optionally functional on enter_bug.cgi Patch By Max Kanat-Alexander r=LpSolit, a=myk --- template/en/default/bug/field.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/bug/field.html.tmpl') diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 9c45b3e57..ece2f64bf 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -25,6 +25,8 @@ # value: The value of the field for this bug. # editable: Whether the field should be displayed as an editable # or as just the plain text of its value. + # value_span: A colspan for the table cell containing + # the field value. #%] @@ -41,6 +43,7 @@ [% CASE constants.FIELD_TYPE_FREETEXT %] [% END %] [% ELSE %] -- cgit v1.2.3-24-g4f1b