summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/chart.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports/chart.html.tmpl')
-rw-r--r--template/en/default/reports/chart.html.tmpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/template/en/default/reports/chart.html.tmpl b/template/en/default/reports/chart.html.tmpl
index a927c382d..256458a68 100644
--- a/template/en/default/reports/chart.html.tmpl
+++ b/template/en/default/reports/chart.html.tmpl
@@ -17,17 +17,17 @@
#
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-
+
[%# INTERFACE:
#%]
[% DEFAULT width = 600
- height = 350
+ height = 350
%]
[% time = time FILTER time('%Y-%m-%d %H:%M:%S') FILTER html %]
-[% PROCESS global/header.html.tmpl
+[% PROCESS global/header.html.tmpl
title = "Chart"
%]
@@ -47,20 +47,20 @@
<a href="[% sizeurl %]&amp;width=[% width %]&amp;height=
[% height + 100 %]">Taller</a><br>
<a href="[% sizeurl %]&amp;width=[% width - 100 %]&amp;height=
- [% height %]">Thinner</a> *
+ [% height %]">Thinner</a> *
<a href="[% sizeurl %]&amp;width=[% width + 100 %]&amp;height=
[% height %]">Fatter</a>&nbsp;&nbsp;&nbsp;&nbsp;<br>
<a href="[% sizeurl %]&amp;width=[% width %]&amp;height=
[% height - 100 %]">Shorter</a><br>
</p>
-
+
<p>
<a href="chart.cgi?
[% imagebase FILTER html %]&amp;ctype=csv&amp;action=plot">CSV</a> |
- <a href="chart.cgi?[% imagebase FILTER html %]&amp;action=assemble">Edit
+ <a href="chart.cgi?[% imagebase FILTER html %]&amp;action=assemble">Edit
this chart</a>
</p>
-
+
</div>
[% PROCESS global/footer.html.tmpl %]