Author: jleroux
Date: Fri Apr 7 11:50:08 2017
New Revision: 1790537
URL:
http://svn.apache.org/viewvc?rev=1790537&view=revLog:
No functional change
Improves help on top of Birt main screen.
Includes a link to the "OFBiz Flexible Reports" documentation in wiki
Modified:
ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml
Modified: ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml?rev=1790537&r1=1790536&r2=1790537&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml Fri Apr 7 11:50:08 2017
@@ -109,10 +109,13 @@ under the License.
<decorator-section name="body">
<section>
<widgets>
- <label style="h3" text="BIRT is an open source Eclipse-based reporting system that integrates with any OFBiz application to produce compelling reports including graphical presentations like pie and bar charts."/>
+ <label style="h3" text="BIRT is an open source Eclipse-based reporting system that integrates with any OFBiz application to produce compelling reports, including graphical presentations like pie and bar charts."/>
<label style="h3" text="This application provides you with a sample example report."/>
- <label style="h3" text="See the help option how to create your own OFBiz intergrated reports."/>
- <link style="h3" text="or see the Birt home for more information" target="
http://eclipse.org/birt/phoenix/intro/" url-mode="plain" target-window="_blank_"/>
+ <label style="h3" text="See the help option to know how to create your own OFBiz integrated reports."/>
+ <link style="h3" text="See the Birt home for more information" target="
http://eclipse.org/birt/phoenix/intro/" url-mode="plain" target-window="_blank_"/>
+ <horizontal-separator/>
+ <label style="h3" text="You might also be interested by the OFBiz Flexible Reports"/>
+ <link style="h3" text="Here is the official documentation" target="
https://cwiki.apache.org/confluence/display/OFBIZ/Birt+Flexible+Reports" url-mode="plain" target-window="_blank_"/>
</widgets>
</section>
</decorator-section>