summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/report.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-09-25 18:28:20 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-09-25 18:28:20 +0200
commitb3abb29f2814bafd69095f3ef91bc40cbe5f866c (patch)
tree3e08765d61310455b8b18e5786b01d78f58b8aba /template/en/default/reports/report.html.tmpl
parentad1dd066b5014a0aa7f67edfddc9ab1a24f0423a (diff)
downloadbugzilla-b3abb29f2814bafd69095f3ef91bc40cbe5f866c.tar.gz
bugzilla-b3abb29f2814bafd69095f3ef91bc40cbe5f866c.tar.xz
Bug 1204238: Migrate tabular report sorting from YUI to jQuery
r=gerv
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>