summaryrefslogtreecommitdiff
path: root/rt/share/html/RTx/Statistics/Elements/GraphBox
blob: 14c502a9da26dfaa8b612fc544ed3261b6ac8832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<TABLE><TR><TD VALIGN="top">

<&/Widgets/TitleBoxStart, 
	title      => 'Download Chart as Image',
	title_href => $GraphURL
&>
<img src="<% $GraphURL %>" ALT="Result Graph" >
<&/Widgets/TitleBoxEnd&>

</TD>
<%args>
$GraphURL => undef
</%args>