From: Guy Pyrzak Date: Thu, 16 Jun 2011 05:42:57 +0000 (-0700) Subject: Bug 640987 - YUI is only used for the first tabular report when using multiple tables X-Git-Tag: bugzilla-4.1.3~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b2a97410df9b794a820d88ce5e4723688e3499a;p=thirdparty%2Fbugzilla.git Bug 640987 - YUI is only used for the first tabular report when using multiple tables r=mkanat, a=mkanat --- diff --git a/template/en/default/reports/report-table.html.tmpl b/template/en/default/reports/report-table.html.tmpl index f1418e6a99..561d0517ea 100644 --- a/template/en/default/reports/report-table.html.tmpl +++ b/template/en/default/reports/report-table.html.tmpl @@ -125,7 +125,9 @@ YAHOO.util.Event.addListener(window, "load", function() { {key:"total", parser:this.parseNumber} ] }; - this.myDataTable = new YAHOO.widget.DataTable("tabular_report_container", myColumnDefs, this.myDataSource, {formatRow: totalRowFormatter}); + this.myDataTable = new YAHOO.widget.DataTable("tabular_report_container_ + [% tbl FILTER js %]", myColumnDefs, this.myDataSource, + {formatRow: totalRowFormatter}); }); @@ -153,7 +155,7 @@ YAHOO.util.Event.addListener(window, "load", function() { [% col_idx = 0 %] [% row_idx = 0 %] [% grand_total = 0 %] -
+
[% IF col_field %]