From: Hugo Seabrook Date: Sun, 16 Dec 2012 13:02:59 +0000 (+0100) Subject: Bug 262308: Make the OS column wider in buglists X-Git-Tag: bugzilla-4.5.1~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5241f8d7dbe3d5024a60d7a76200a909b3ba4f22;p=thirdparty%2Fbugzilla.git Bug 262308: Make the OS column wider in buglists r/a=LpSolit --- diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index e394eee4df..02fe8e7287 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -50,7 +50,7 @@ "component" => { maxlength => 8 , title => "Comp" } , "product" => { maxlength => 8 } , "version" => { maxlength => 5 , title => "Vers" } , - "op_sys" => { maxlength => 4 } , + "op_sys" => { maxlength => 12 } , "bug_file_loc" => { maxlength => 30 } , "target_milestone" => { maxlength => 0, title => "TargetM" } , "longdescs.count" => { maxlength => 0, title => "# Comments" },