diff options
Diffstat (limited to 'httemplate/graph/elements/report.html')
-rw-r--r-- | httemplate/graph/elements/report.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/graph/elements/report.html b/httemplate/graph/elements/report.html index b831f3a4f..2a5a1420f 100644 --- a/httemplate/graph/elements/report.html +++ b/httemplate/graph/elements/report.html @@ -163,9 +163,11 @@ any delimiter and linked from the elements in @data. % } else { % <% include('/elements/header.html', $opt{'title'} ) %> +% unless ( $opt{'graph_type'} eq 'none' ) { % $cgi->param('_type', 'png'); <IMG SRC="<% $cgi->self_url %>" WIDTH="976" HEIGHT="384"> +% } <P ALIGN="right"> % unless ( $opt{'disable_download'} ) { |