summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/list/table.html.tmpl')
-rw-r--r--template/en/default/list/table.html.tmpl6
1 files changed, 3 insertions, 3 deletions
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" } ,