From f304db03fdb9c7ad5c814700f048bb9061131cd3 Mon Sep 17 00:00:00 2001 From: "wicked%sci.fi" <> Date: Fri, 17 Jul 2009 14:54:21 +0000 Subject: Bug 472274: Solid black line on the timetracking summary row of buglist looks too heavy, use lighter approach suggested by Aaron Larson - Patch by Teemu Mannermaa r/a=mkanat --- template/en/default/list/table.html.tmpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 10a50b33f..c1bbb7402 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -235,16 +235,19 @@ column == 'estimated_time' || column == 'percentage_complete' %] [% IF columns_to_span > 0 %] - Totals + Totals [% columns_to_span = 0 %] [% END %] [% IF column == 'percentage_complete' %] - [% time_info.percentage_complete FILTER format(abbrev.$column.format_value) FILTER html -%] + [% time_info.percentage_complete + FILTER format(abbrev.$column.format_value) FILTER html %] [% ELSE %] - [% PROCESS formattimeunit time_unit=time_info.$column %] + + [%- PROCESS formattimeunit time_unit=time_info.$column %] [% END %] [% ELSIF columns_to_span == 0 %] [%# A column following the first total %] -   +   [% ELSE %] [%# We haven't gotten to a time column yet, keep computing span %] [% columns_to_span = columns_to_span + 1 %] [% END %] -- cgit v1.2.3-24-g4f1b