From 33be6ee915c3791245ca040401764eb748f970ed Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Mon, 29 Mar 2010 14:06:55 +0200 Subject: Bug 25275: Allow the URL column to be displayed in buglists 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 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 %%" } , } -- cgit v1.2.3-24-g4f1b