summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/report.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports/report.html.tmpl')
-rw-r--r--template/en/default/reports/report.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl
index a9cd96551..9c13351e1 100644
--- a/template/en/default/reports/report.html.tmpl
+++ b/template/en/default/reports/report.html.tmpl
@@ -57,7 +57,8 @@
[% PROCESS global/header.html.tmpl
header_addl_info = time
style_urls = ['skins/standard/buglist.css']
- yui = ['datatable']
+ jquery = ['datatables']
+ jquery_css = ['datatables']
%]
[% IF debug %]
@@ -75,7 +76,7 @@
[% END %]
[% IF format == "table" %]
- [% PROCESS "reports/report-table.html.tmpl" %]
+ [% PROCESS "reports/report-table.html.tmpl" table_id = loop.count %]
[% ELSE %]
[% IF tbl %]
<h2>[% tbl_disp FILTER email FILTER html %]</h2>