From 5a8607b3a373b7d257a08c7f3f8169900202601a Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 23 Jun 2002 22:14:13 +0000 Subject: [PATCH] Bug 152772 - buglist.cgi truncates emails at 45 characters. Patch by gerv; 2xr=bbaetz. --- template/en/default/list/table.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 13ae38dbdf..7658833193 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -35,9 +35,9 @@ "priority" => { maxlength => 3 , title => "Pri" } , "platform" => { maxlength => 3 , title => "Plt" } , "status" => { maxlength => 4 } , - "reporter" => { maxlength => 45 , ellipsis => "..." } , - "owner" => { maxlength => 45 , ellipsis => "..." } , - "qa_contact" => { maxlength => 45 , ellipsis => "..." , title => "QAContact" } , + "reporter" => { maxlength => 30 , ellipsis => "..." } , + "owner" => { maxlength => 30 , ellipsis => "..." } , + "qa_contact" => { maxlength => 30 , ellipsis => "..." , title => "QAContact" } , "resolution" => { maxlength => 4 } , "summary" => { maxlength => 60 , ellipsis => "..." } , "status_whiteboard" => { title => "StatusSummary" } , -- 2.47.2