From 9521800cced117962859cca4d377a4339199e7ae Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 23 Jun 2002 22:13:43 +0000 Subject: 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(-) (limited to 'template') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 13ae38dbd..765883319 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" } , -- cgit v1.2.3-24-g4f1b