aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-04-19 18:15:59 +0000
committerlpsolit%gmail.com <>2008-04-19 18:15:59 +0000
commita40295117a0aed5e2d9ee2d0a57d727f5f32f65a (patch)
tree53db66d23f3fb805f86e53766017320a89832194
parentback out change that wasn't supposed to be part of the previous commit (diff)
downloadbugzilla-a40295117a0aed5e2d9ee2d0a57d727f5f32f65a.tar.gz
bugzilla-a40295117a0aed5e2d9ee2d0a57d727f5f32f65a.tar.bz2
bugzilla-a40295117a0aed5e2d9ee2d0a57d727f5f32f65a.zip
Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry <mmchenry@carnegielearning.com> r/a=LpSolit
-rw-r--r--template/en/default/list/table.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index 588993666..fbb5d5cae 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -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" } ,