From 811fffd584d71f9e5d05454975fc6f8f69ea228b Mon Sep 17 00:00:00 2001 From: vfilippov Date: Mon, 15 Nov 2010 17:16:10 +0000 Subject: [PATCH] Bug 71955 git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1069 6955db30-a419-402b-8a0d-67ecbb4d7f56 --- template/en/default/list/table.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index f2513cd6d..55cbc6c59 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -43,6 +43,7 @@ [% field_descs.reporter_realname = field_descs.reporter %] [% field_descs.qa_contact_realname = field_descs.qa_contact %] +[%# FIXME migrate to styles? %] [% abbrev = { "bug_severity" => { maxlength => 3 , title => "Sev" } , @@ -69,6 +70,7 @@ "percentage_complete" => { format_value => "%d %%" } , "blocked" => { wrap => 1, width => "8%" }, "dependson" => { wrap => 1, width => "8%" }, + "comment0" => { wrap => 1 }, } %]