diff options
author | lpsolit%gmail.com <> | 2009-08-19 00:09:34 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-08-19 00:09:34 +0200 |
commit | 0ffa0857e7a68fba89ecb3dd313a479ee6d61198 (patch) | |
tree | 5a9155aea64884c2d9d99d17d025e20edde293b1 /template/en/default/list | |
parent | 56c9e8034aa591a50a7aa11dee2f7289e807c6f4 (diff) | |
download | bugzilla-0ffa0857e7a68fba89ecb3dd313a479ee6d61198.tar.gz bugzilla-0ffa0857e7a68fba89ecb3dd313a479ee6d61198.tar.xz |
Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 1 |
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 938c430cb..760a59cfd 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -54,6 +54,7 @@ "short_short_desc" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } , "status_whiteboard" => { title => "Whiteboard" , wrap => 1 } , "keywords" => { wrap => 1 } , + "flagtypes.name" => { wrap => 1 } , "component" => { maxlength => 8 , title => "Comp" } , "product" => { maxlength => 8 } , "version" => { maxlength => 5 , title => "Vers" } , |