summaryrefslogtreecommitdiff
path: root/rt/share/html/RTx/Statistics/Elements/GraphBox
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/RTx/Statistics/Elements/GraphBox')
-rw-r--r--rt/share/html/RTx/Statistics/Elements/GraphBox30
1 files changed, 8 insertions, 22 deletions
diff --git a/rt/share/html/RTx/Statistics/Elements/GraphBox b/rt/share/html/RTx/Statistics/Elements/GraphBox
index 3dc06973e..d4855264e 100644
--- a/rt/share/html/RTx/Statistics/Elements/GraphBox
+++ b/rt/share/html/RTx/Statistics/Elements/GraphBox
@@ -1,27 +1,13 @@
-<div style="float:left; padding-right:30px;">
-<table class="box" bgcolor="#336699" style="border-style:none solid solid solid;border-width:1px;border-color:#2E2E8C;" cellpadding="0" cellspacing="0">
- <tbody><tr>
- <th style="color: rgb(51, 102, 153);" class="titlebox">
- <span class="titleboxclose">
- <a href="#" onclick="hideshow('stats_chart')">X</a></span>&nbsp;
+<TABLE><TR><TD>
- <span class="titleboxtitle">
- <b><a href="<% $GraphURL %>">Download Chart as Image</a></b>
- </span>
- </th>
- <th style="color: rgb(51, 102, 153);" class="titleboxright">
- <span class="titleboxright">&nbsp;</span>
- </th>
- </tr>
+<&/Widgets/TitleBoxStart,
+ title => 'Download Chart as Image',
+ title_href => $GraphURL
+&>
+<img src="<% $GraphURL %>" ALT="Result Graph" >
+<&/Widgets/TitleBoxEnd&>
- <tr id="element-stats_chart">
- <td colspan="3" class="" bgcolor="#dddddd">
- <img src="<% $GraphURL %>" ALT="Result Graph" >
- </td>
- </tr>
- </tbody>
-</table>
-</div>
+</TD>
<%args>
$GraphURL => undef
</%args>