]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry <mmchenry@carnegiel...
authorlpsolit%gmail.com <>
Sat, 19 Apr 2008 18:15:59 +0000 (18:15 +0000)
committerlpsolit%gmail.com <>
Sat, 19 Apr 2008 18:15:59 +0000 (18:15 +0000)
template/en/default/list/table.html.tmpl

index 588993666a399a97f4d7c4e035cff2c24e0cede6..fbb5d5cae3f1991de2cfff9c62ae3dee2d461967 100644 (file)
@@ -54,6 +54,7 @@
     "short_desc"        => { wrap => 1 } ,
     "short_short_desc"  => { maxlength => 60 , ellipsis => "..." , wrap => 1 } ,
     "status_whiteboard" => { title => "Whiteboard" , wrap => 1 } , 
+    "keywords"          => { wrap => 1 } ,
     "component"         => { maxlength => 8 , title => "Comp" } , 
     "product"           => { maxlength => 8 } , 
     "version"           => { maxlength => 5 , title => "Vers" } ,