[jbpm-commits] JBoss JBPM SVN: r4923 - jbpm4/trunk/modules/integration/report/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 27 17:43:23 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-05-27 17:43:23 -0400 (Wed, 27 May 2009)
New Revision: 4923

Modified:
   jbpm4/trunk/modules/integration/report/src/main/resources/definition_report.rptdesign
   jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign
Log:
more work on reports

Modified: jbpm4/trunk/modules/integration/report/src/main/resources/definition_report.rptdesign
===================================================================
--- jbpm4/trunk/modules/integration/report/src/main/resources/definition_report.rptdesign	2009-05-27 21:26:30 UTC (rev 4922)
+++ jbpm4/trunk/modules/integration/report/src/main/resources/definition_report.rptdesign	2009-05-27 21:43:23 UTC (rev 4923)
@@ -775,12 +775,13 @@
             <property name="borderBottomStyle">solid</property>
             <property name="borderBottomWidth">1px</property>
             <property name="marginTop">0pt</property>
+            <property name="marginLeft">10pt</property>
             <property name="marginBottom">10pt</property>
             <property name="paddingTop">5pt</property>
             <property name="paddingLeft">5pt</property>
             <property name="paddingBottom">5pt</property>
             <property name="paddingRight">5pt</property>
-            <text-property name="text">Process Definition Report</text-property>
+            <text-property name="text">Process Definition Workload</text-property>
         </label>
         <table id="28">
             <property name="marginLeft">10pt</property>
@@ -902,7 +903,7 @@
                         <label id="103">
                             <property name="color">#CCCCCC</property>
                             <property name="marginTop">0pt</property>
-                            <property name="marginRight">10pt</property>
+                            <property name="marginRight">20pt</property>
                             <property name="textAlign">right</property>
                             <text-property name="text">Date Created:</text-property>
                         </label>
@@ -982,7 +983,7 @@
                         <text-data id="105">
                             <property name="color">#CCCCCC</property>
                             <property name="marginTop">0pt</property>
-                            <property name="marginRight">10pt</property>
+                            <property name="marginRight">20pt</property>
                             <property name="textAlign">right</property>
                             <expression name="valueExpr">new Date()</expression>
                             <property name="contentType">html</property>
@@ -1070,7 +1071,7 @@
       <Visible>true</Visible>
       <Label>
         <Caption>
-          <Value>Long Running</Value>
+          <Value>Long running instances</Value>
           <Font>
             <Name>SansSerif</Name>
             <Size>12.0</Size>

Modified: jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign
===================================================================
--- jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign	2009-05-27 21:26:30 UTC (rev 4922)
+++ jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign	2009-05-27 21:43:23 UTC (rev 4923)
@@ -662,10 +662,10 @@
             <property name="marginTop">0pt</property>
             <property name="marginBottom">10pt</property>
             <property name="paddingTop">5pt</property>
-            <property name="paddingLeft">5pt</property>
+            <property name="paddingLeft">10pt</property>
             <property name="paddingBottom">5pt</property>
             <property name="paddingRight">5pt</property>
-            <text-property name="text">Process Activity Report</text-property>
+            <text-property name="text">Overall System Activity</text-property>
         </label>
         <grid id="94">
             <property name="marginLeft">10pt</property>
@@ -755,7 +755,7 @@
                     <label id="103">
                         <property name="color">#CCCCCC</property>
                         <property name="marginTop">0pt</property>
-                        <property name="marginRight">10pt</property>
+                        <property name="marginRight">20pt</property>
                         <property name="textAlign">right</property>
                         <text-property name="text">Date Created:</text-property>
                     </label>
@@ -799,7 +799,7 @@
                     <text-data id="105">
                         <property name="color">#CCCCCC</property>
                         <property name="marginTop">0pt</property>
-                        <property name="marginRight">10pt</property>
+                        <property name="marginRight">20pt</property>
                         <property name="textAlign">right</property>
                         <expression name="valueExpr">new Date()</expression>
                         <property name="contentType">html</property>
@@ -884,7 +884,7 @@
       <Visible>true</Visible>
       <Label>
         <Caption>
-          <Value>Most active</Value>
+          <Value>Most active process</Value>
           <Font>
             <Name>SansSerif</Name>
             <Size>12.0</Size>
@@ -1470,7 +1470,7 @@
             <Separator>, </Separator>
           </DataPoint>
           <LabelPosition>Inside</LabelPosition>
-          <Stacked>true</Stacked>
+          <Stacked>false</Stacked>
           <Triggers>
             <Condition>onclick</Condition>
             <Action>
@@ -2599,7 +2599,7 @@
       <Visible>true</Visible>
       <Label>
         <Caption>
-          <Value>Long running</Value>
+          <Value>Long running process</Value>
           <Font>
             <Name>SansSerif</Name>
             <Size>12.0</Size>




More information about the jbpm-commits mailing list