From 8825f9581cfa4f6fdbc2c2cb16e0486e2c119455 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 19 Apr 2008 18:14:25 +0000 Subject: Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry r/a=LpSolit --- template/en/default/list/table.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/list') 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" } , -- cgit v1.2.3-24-g4f1b