From 4fa178ae3f0f612cf91b26a2dea498602794be3b Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 31 Dec 2013 13:48:41 +0100 Subject: Bug 920681: Remove the cellspacing and cellpadding attributes from tables r/a=justdave --- template/en/default/reports/report-table.html.tmpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'template/en/default/reports/report-table.html.tmpl') diff --git a/template/en/default/reports/report-table.html.tmpl b/template/en/default/reports/report-table.html.tmpl index 927a38917..abf770f29 100644 --- a/template/en/default/reports/report-table.html.tmpl +++ b/template/en/default/reports/report-table.html.tmpl @@ -141,7 +141,7 @@ YAHOO.util.Event.addListener(window, "load", function() { - + [% col_field_disp FILTER html %] @@ -158,7 +158,7 @@ YAHOO.util.Event.addListener(window, "load", function() { [% row_idx = 0 %] [% total_key = '-total-' %]
- +
[% IF col_field %] @@ -182,14 +182,14 @@ YAHOO.util.Event.addListener(window, "load", function() { [% FOREACH row = row_names %] [% row_idx = 1 - row_idx %] - [% FOREACH col = col_names %] [% NEXT IF col == "" %] [% col_idx = 1 - col_idx %] - [% END %] -
+ [% PROCESS value_display value = row field = row_field %] + [% IF data.$tbl.$col.$row AND data.$tbl.$col.$row > 0 %] [% END %] - + @@ -216,14 +216,14 @@ YAHOO.util.Event.addListener(window, "load", function() { [% FOREACH col = col_names %] [% NEXT IF col == "" %] - + [% data.$tbl.$col.$total_key OR 0 FILTER html %] +