summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorGervase Markham <gerv@mozilla.org>2010-03-29 14:06:55 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-03-29 14:06:55 +0200
commit33be6ee915c3791245ca040401764eb748f970ed (patch)
treee00841d55bdd03c54aa9cb0d933215d0e3605448 /template/en/default/list
parent47f65730cb4bb9700bb1547c318ff12944335ce1 (diff)
downloadbugzilla-33be6ee915c3791245ca040401764eb748f970ed.tar.gz
bugzilla-33be6ee915c3791245ca040401764eb748f970ed.tar.xz
Bug 25275: Allow the URL column to be displayed in buglists
r/a=LpSolit
Diffstat (limited to 'template/en/default/list')
-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 a8b5cb608..a7e0a9aff 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -64,6 +64,7 @@
"product" => { maxlength => 8 } ,
"version" => { maxlength => 5 , title => "Vers" } ,
"op_sys" => { maxlength => 4 } ,
+ "bug_file_loc" => { maxlength => 30 } ,
"target_milestone" => { title => "TargetM" } ,
"percentage_complete" => { format_value => "%d %%" } ,
}