summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-04-19 20:14:25 +0200
committerlpsolit%gmail.com <>2008-04-19 20:14:25 +0200
commit8825f9581cfa4f6fdbc2c2cb16e0486e2c119455 (patch)
tree1188c3c4a37a11d382c62c034cdf537f30f2af10 /template/en/default/list/table.html.tmpl
parent22ac4064da3f75f68df8bc939e6d5399f57a3ba8 (diff)
downloadbugzilla-8825f9581cfa4f6fdbc2c2cb16e0486e2c119455.tar.gz
bugzilla-8825f9581cfa4f6fdbc2c2cb16e0486e2c119455.tar.xz
Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry <mmchenry@carnegielearning.com> r/a=LpSolit
Diffstat (limited to 'template/en/default/list/table.html.tmpl')
-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 47d2e4643..811ed026a 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -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" } ,