Author: jleroux
Date: Sun May 15 21:12:35 2016
New Revision: 1743976

URL: http://svn.apache.org/viewvc?rev=1743976&view=rev
Log:
A patch from Ingo Wolfmayr for "Export widget ftl pointing to wrong location" 
https://issues.apache.org/jira/browse/OFBIZ-7068

Modified:
    ofbiz/trunk/framework/webtools/widget/EntityScreens.xml

Modified: ofbiz/trunk/framework/webtools/widget/EntityScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/EntityScreens.xml?rev=1743976&r1=1743975&r2=1743976&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/EntityScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/EntityScreens.xml Sun May 15 21:12:35 
2016
@@ -59,7 +59,7 @@ under the License.
                     <decorator-section name="body">
                         <screenlet>
                             <platform-specific>
-                                <html><html-template 
location="component://webtools/webapp/template/EntityExportAll.ftl"/></html>
+                                <html><html-template 
location="component://webtools/template/entity/EntityExportAll.ftl"/></html>
                             </platform-specific>
                         </screenlet>
                     </decorator-section>


Reply via email to