aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/report-line.png.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-07-14 01:00:40 +0000
committerlpsolit%gmail.com <>2006-07-14 01:00:40 +0000
commit12b3b674e4dac42707c39ce2389907f2e4e6a74c (patch)
tree1c2d6e6de10015c50dccf315dd578d9e34c42f57 /template/en/default/reports/report-line.png.tmpl
parent8eadcd8aa1b2bdcab8f6d26c97d3cd9eeed252e2 (diff)
downloadbugs-12b3b674e4dac42707c39ce2389907f2e4e6a74c.tar
bugs-12b3b674e4dac42707c39ce2389907f2e4e6a74c.tar.gz
bugs-12b3b674e4dac42707c39ce2389907f2e4e6a74c.tar.bz2
bugs-12b3b674e4dac42707c39ce2389907f2e4e6a74c.tar.xz
bugs-12b3b674e4dac42707c39ce2389907f2e4e6a74c.zip
Bug 94534: Customised resolutions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Diffstat (limited to 'template/en/default/reports/report-line.png.tmpl')
-rw-r--r--template/en/default/reports/report-line.png.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/reports/report-line.png.tmpl b/template/en/default/reports/report-line.png.tmpl
index 60e9f261a..24215af98 100644
--- a/template/en/default/reports/report-line.png.tmpl
+++ b/template/en/default/reports/report-line.png.tmpl
@@ -35,7 +35,7 @@
[% IF col_field == 'resolution' %]
[% FOR i IN [ 0 .. data.0.0.max ] %]
- [% data.0.0.$i = resolution_descs.${data.0.0.$i} %]
+ [% data.0.0.$i = get_resolution(data.0.0.$i) %]
[% END %]
[% END %]
@@ -47,7 +47,7 @@
[% IF row_field == 'resolution' %]
[% FOR i IN [ 0 .. row_names.max ] %]
- [% row_names.$i = resolution_descs.${row_names.$i} %]
+ [% row_names.$i = get_resolution(row_names.$i) %]
[% END %]
[% END %]