]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 650173: Make the Priority column on the buglist wide-enough to fit
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 25 Apr 2011 00:12:59 +0000 (17:12 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 25 Apr 2011 00:12:59 +0000 (17:12 -0700)
the new default priority names
r=wicked, a=mkanat

template/en/default/list/table.html.tmpl

index 1ad04867dbfa82b2516e74833d5e335489dc641a..88fae24caae6f4cc71af04f71f2bb01d374f46ca 100644 (file)
@@ -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 => "..." } ,