Author: deepak
Date: Tue Apr  5 06:45:10 2016
New Revision: 1737783

URL: http://svn.apache.org/viewvc?rev=1737783&view=rev
Log:
(OFBIZ-6826) Applied patch from jira issue, moves the *.ftl files from webapp 
to template subfolders for specialpurpose/bi component. 
Thanks  Pierre Smits for the patch.

Added:
    ofbiz/trunk/specialpurpose/bi/template/
Removed:
    ofbiz/trunk/specialpurpose/bi/webapp/bi/main.ftl
    ofbiz/trunk/specialpurpose/bi/webapp/bi/reportbuilder/
Modified:
    ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml

Modified: ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml?rev=1737783&r1=1737782&r2=1737783&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml Tue Apr  5 06:45:10 2016
@@ -68,7 +68,7 @@ under the License.
                     <decorator-section name="body">
                         <screenlet 
title="${uiLabelMap.BusinessIntelligenceReportBuilderSelectStarSchemaFields}">
                             <platform-specific>
-                                <html><html-template 
location="component://bi/webapp/bi/reportbuilder/SelectStarSchemaFields.ftl"/></html>
+                                <html><html-template 
location="component://bi/template/reportbuilder/SelectStarSchemaFields.ftl"/></html>
                             </platform-specific>
                         </screenlet>
                     </decorator-section>
@@ -88,7 +88,7 @@ under the License.
                     <decorator-section name="body">
                         <screenlet 
title="${uiLabelMap.BusinessIntelligenceReportBuilderRenderStarSchemaReport}">
                             <platform-specific>
-                                <html><html-template 
location="component://bi/webapp/bi/reportbuilder/RenderStarSchemaReport.ftl"/></html>
+                                <html><html-template 
location="component://bi/template/reportbuilder/RenderStarSchemaReport.ftl"/></html>
                             </platform-specific>
                         </screenlet>
                     </decorator-section>
@@ -113,7 +113,7 @@ under the License.
                         <screenlet>
                             <container>
                                 <platform-specific>
-                                    <html><html-template 
location="component://bi/webapp/bi/main.ftl"/></html>
+                                    <html><html-template 
location="component://bi/template/main.ftl"/></html>
                                 </platform-specific>
                             </container>
                             <container>


Reply via email to