summaryrefslogtreecommitdiff
path: root/rt/html/RTx/Statistics/Elements/GraphBox
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2008-03-16 19:58:34 +0000
committercvs2git <cvs2git>2008-03-16 19:58:34 +0000
commiteb061f5119325e666f0dff40d4089e5c1df58e17 (patch)
treed55e8fef5aca62eb13bbc8ad20dbdf941c3bd266 /rt/html/RTx/Statistics/Elements/GraphBox
parent3a17b276638200475d54201fa62566b7440e819a (diff)
This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'.TRIXBOX_2_6
Diffstat (limited to 'rt/html/RTx/Statistics/Elements/GraphBox')
-rw-r--r--rt/html/RTx/Statistics/Elements/GraphBox27
1 files changed, 0 insertions, 27 deletions
diff --git a/rt/html/RTx/Statistics/Elements/GraphBox b/rt/html/RTx/Statistics/Elements/GraphBox
deleted file mode 100644
index 3dc06973e..000000000
--- a/rt/html/RTx/Statistics/Elements/GraphBox
+++ /dev/null
@@ -1,27 +0,0 @@
-<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;
-
- <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>
-
- <tr id="element-stats_chart">
- <td colspan="3" class="" bgcolor="#dddddd">
- <img src="<% $GraphURL %>" ALT="Result Graph" >
- </td>
- </tr>
- </tbody>
-</table>
-</div>
-<%args>
-$GraphURL => undef
-</%args>