summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-01-30 19:45:35 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-01-30 19:45:35 +0100
commita512b3b55e3c6222bdd80b5b94302dd356247d2d (patch)
tree3c3bc4660ef43203a0ca28dc76a8e2bb15a59e18 /template/en/default/list
parent32add3f7b6cdfa932ce07b99c13c140df10bf537 (diff)
downloadbugzilla-a512b3b55e3c6222bdd80b5b94302dd356247d2d.tar.gz
bugzilla-a512b3b55e3c6222bdd80b5b94302dd356247d2d.tar.xz
Bug 102048: Display the "Blocks" and "Depends On" columns in buglists
r/a=LpSolit
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/table.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index c82054013..47dedb3cf 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -60,6 +60,8 @@
"short_short_desc" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } ,
"status_whiteboard" => { maxlength => 0, title => "Whiteboard" , wrap => 1 } ,
"keywords" => { maxlength => 0, wrap => 1 } ,
+ "dependson" => { maxlength => 0, wrap => 1 } ,
+ "blocked" => { maxlength => 0, wrap => 1 } ,
"flagtypes.name" => { maxlength => 0, wrap => 1 } ,
"component" => { maxlength => 8 , title => "Comp" } ,
"product" => { maxlength => 8 } ,