diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-04-24 17:12:10 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-04-24 17:12:10 -0700 |
commit | 8bb0ca1f5c922f8ea2fe64a59b1e1811dfaca65a (patch) | |
tree | fd213d599edf26e5f413176bfc3e69ec8b1faa70 /template/en/default/list | |
parent | cabe538139ecdbc82ab2eb1e06fcf6f95f1dac5f (diff) | |
download | bugs-8bb0ca1f5c922f8ea2fe64a59b1e1811dfaca65a.tar bugs-8bb0ca1f5c922f8ea2fe64a59b1e1811dfaca65a.tar.gz bugs-8bb0ca1f5c922f8ea2fe64a59b1e1811dfaca65a.tar.bz2 bugs-8bb0ca1f5c922f8ea2fe64a59b1e1811dfaca65a.tar.xz bugs-8bb0ca1f5c922f8ea2fe64a59b1e1811dfaca65a.zip |
Bug 650173: Make the Priority column on the buglist wide-enough to fit
the new default priority names
r=wicked, a=mkanat
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index ffde712fe..2b266d4ce 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 => "..." } , |