]> 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:14:25 +0000 (18:14 +0000)
committerlpsolit%gmail.com <>
Sat, 19 Apr 2008 18:14:25 +0000 (18:14 +0000)
template/en/default/list/table.html.tmpl

index 47d2e4643fbdd5549913af4c02ce455525fd7794..811ed026a82e00064060f8e00de0f21884c0d2c4 100644 (file)
@@ -53,6 +53,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" } ,