summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorMarc Schumann <wurblzap@gmail.com>2012-03-10 17:07:30 +0100
committerMarc Schumann <wurblzap@gmail.com>2012-03-10 17:07:30 +0100
commitc3192ab0181f43f6806340da301c12895114769f (patch)
tree425ab969768c4d7725110736b96c37a026f487b4 /template/en/default/reports
parentba89febfb9b1b937fc0820bfeec41107956ce3ba (diff)
downloadbugzilla-c3192ab0181f43f6806340da301c12895114769f.tar.gz
bugzilla-c3192ab0181f43f6806340da301c12895114769f.tar.xz
Tabular reports' column headers do not use display_value.
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=734413
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/report-table.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/reports/report-table.html.tmpl b/template/en/default/reports/report-table.html.tmpl
index 15de4bc90..8a3ab9524 100644
--- a/template/en/default/reports/report-table.html.tmpl
+++ b/template/en/default/reports/report-table.html.tmpl
@@ -102,7 +102,7 @@ YAHOO.util.Event.addListener(window, "load", function() {
var myColumnDefs = [
{key:"row_title", label:"", sortable:true, sortOptions: { sortFunction:totalNumberSorter }},
[% FOREACH col = col_names %]
- {key:"[% col FILTER js %]", label:"[% col FILTER js %]", sortable:true,
+ {key:"[% col FILTER js %]", label:"[% display_value(col_field, col) FILTER js %]", sortable:true,
formatter:this.Linkify, sortOptions: { defaultDir: YAHOO.widget.DataTable.CLASS_DESC, sortFunction:totalNumberSorter }},
[% END %]
{key:"total", label:"Total", sortable:true, formatter:this.LinkifyTotal,