From: Max Kanat-Alexander Date: Mon, 25 Apr 2011 00:12:59 +0000 (-0700) Subject: Bug 650173: Make the Priority column on the buglist wide-enough to fit X-Git-Tag: bugzilla-4.0.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85a0ecd3f6f6edf35cc55c4ae4a2e1554383659;p=thirdparty%2Fbugzilla.git Bug 650173: Make the Priority column on the buglist wide-enough to fit the new default priority names r=wicked, a=mkanat --- diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 1ad04867db..88fae24caa 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -45,7 +45,7 @@ [% abbrev = { "bug_severity" => { maxlength => 3 , title => "Sev" } , - "priority" => { maxlength => 3 , title => "Pri" } , + "priority" => { maxlength => 7 , title => "Pri" } , "rep_platform" => { maxlength => 3 , title => "Plt" } , "bug_status" => { maxlength => 4 } , "assigned_to" => { maxlength => 30 , ellipsis => "..." } ,