]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 152772 - buglist.cgi truncates emails at 45 characters. Patch by gerv; 2xr=bbaetz.
authorgerv%gerv.net <>
Sun, 23 Jun 2002 22:14:13 +0000 (22:14 +0000)
committergerv%gerv.net <>
Sun, 23 Jun 2002 22:14:13 +0000 (22:14 +0000)
template/en/default/list/table.html.tmpl

index 13ae38dbdfaf7058453d0ef65df5a75b9e2e1258..7658833193636f1242f724ef92f51ad555b2ee5e 100644 (file)
@@ -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" } ,