[freeside-commits] freeside/rt/share/html/RTx/Statistics/Elements GraphBox, 1.1.2.2, 1.1.2.3

Ivan,,, ivan at wavetail.420.am
Sat Dec 4 18:37:47 PST 2010


Update of /home/cvs/cvsroot/freeside/rt/share/html/RTx/Statistics/Elements
In directory wavetail.420.am:/tmp/cvs-serv9043/Elements

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	GraphBox 
Log Message:
RTx-Statistics in 2.1 / 3.8, RT#10046

Index: GraphBox
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/RTx/Statistics/Elements/GraphBox,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- GraphBox	5 Dec 2010 00:06:43 -0000	1.1.2.2
+++ GraphBox	5 Dec 2010 02:37:45 -0000	1.1.2.3
@@ -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;
-
-      <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>
+<TABLE><TR><TD>
 
-  <tr id="element-stats_chart">
-    <td colspan="3" class="" bgcolor="#dddddd">
+<&/Widgets/TitleBoxStart, 
+	title      => 'Download Chart as Image',
+	title_href => $GraphURL
+&>
        <img src="<% $GraphURL %>" ALT="Result Graph" >
-     </td>
-  </tr>
-  </tbody>
-</table>
-</div>
+<&/Widgets/TitleBoxEnd&>
+
+</TD>
 <%args>
 $GraphURL => undef
 </%args>



More information about the freeside-commits mailing list