diff options
Diffstat (limited to 'rt/share/html/RTx/Statistics/Elements/GraphBox')
-rw-r--r-- | rt/share/html/RTx/Statistics/Elements/GraphBox | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rt/share/html/RTx/Statistics/Elements/GraphBox b/rt/share/html/RTx/Statistics/Elements/GraphBox new file mode 100644 index 000000000..14c502a9d --- /dev/null +++ b/rt/share/html/RTx/Statistics/Elements/GraphBox @@ -0,0 +1,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> |