Module: bugzilla Branch: master Commit: 027e86601d0ae07771190d8c82133bb292944730 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=027e86601d0ae07771190d...
Author: Detlef Riekenberg wine.dev@web.de Date: Tue Feb 12 22:17:55 2008 +0100
bugzilla: Increase the width of the Version column
The current width is to small to distinguish "0.9.54" and "0.9.55"
Increase the width of the Version column
--
By by ... Detlef
From 514712038922a2ff29c109f79deafa1d37e44c23 Mon Sep 17 00:00:00 2001
From: Detlef Riekenebrg wine.dev@web.de Date: Tue, 12 Feb 2008 22:13:05 +0100 Subject: [PATCH] Increase the width of the Version column
---
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 5889936..c565aaf 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -56,7 +56,7 @@ "status_whiteboard" => { title => "Whiteboard" , wrap => 1 } , "component" => { maxlength => 8 , title => "Comp" } , "product" => { maxlength => 8 } , - "version" => { maxlength => 5 , title => "Vers" } , + "version" => { maxlength => 6 , title => "Vers" } , "op_sys" => { maxlength => 4 } , "target_milestone" => { title => "TargetM" } , "percentage_complete" => { format_value => "%d %%" } ,