svn commit: r1737817 - in /ofbiz/trunk/specialpurpose/birt: template/ webapp/birt/birt/ widget/birt/BirtScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1737817 - in /ofbiz/trunk/specialpurpose/birt: template/ webapp/birt/birt/ widget/birt/BirtScreens.xml

Deepak Dixit-5
Author: deepak
Date: Tue Apr  5 10:13:18 2016
New Revision: 1737817

URL: http://svn.apache.org/viewvc?rev=1737817&view=rev
Log:
(OFBIZ-6827) Apply patch from jira issue.
============================================================
relocate .ftl files in the specialpurpose/birt component
============================================================

Added:
    ofbiz/trunk/specialpurpose/birt/template/
      - copied from r1737783, ofbiz/trunk/specialpurpose/birt/webapp/birt/birt/
Removed:
    ofbiz/trunk/specialpurpose/birt/webapp/birt/birt/
Modified:
    ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml

Modified: ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml?rev=1737817&r1=1737816&r2=1737817&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml Tue Apr  5 10:13:18 2016
@@ -122,7 +122,7 @@ under the License.
                                 <screenlet title="Using report tag">
                                     <platform-specific>
                                         <html>
-                                            <html-template location="component://birt/webapp/birt/birt/report.ftl"/>
+                                            <html-template location="component://birt/template/report.ftl"/>
                                         </html>
                                     </platform-specific>
                                 </screenlet>
@@ -167,7 +167,7 @@ under the License.
                             <widgets>
                                 <screenlet title="Using report tag">
                                     <platform-specific>
-                                        <html><html-template location="component://birt/webapp/birt/birt/chartReport.ftl"/></html>
+                                        <html><html-template location="component://birt/template/chartReport.ftl"/></html>
                                     </platform-specific>
                                 </screenlet>
                             </widgets>