You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/04/12 13:59:19 UTC

svn commit: r1738780 - in /ofbiz/trunk/specialpurpose/oagis: template/ template/message/ webapp/oagis/message/ widget/MessageInfoScreens.xml

Author: jleroux
Date: Tue Apr 12 11:59:19 2016
New Revision: 1738780

URL: http://svn.apache.org/viewvc?rev=1738780&view=rev
Log:
A patch from Pierre Smits for <<relocate .ftl files in the oagis component>> https://issues.apache.org/jira/browse/OFBIZ-6840

jleroux: templates moved by hand

Added:
    ofbiz/trunk/specialpurpose/oagis/template/
    ofbiz/trunk/specialpurpose/oagis/template/message/
      - copied from r1738779, ofbiz/trunk/specialpurpose/oagis/webapp/oagis/message/
Removed:
    ofbiz/trunk/specialpurpose/oagis/webapp/oagis/message/
Modified:
    ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml

Modified: ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml?rev=1738780&r1=1738779&r2=1738780&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml Tue Apr 12 11:59:19 2016
@@ -119,7 +119,7 @@
         <section>
             <widgets>
                 <platform-specific>
-                    <html><html-template location="component://oagis/webapp/oagis/message/ProcessShipment.ftl"/></html>
+                    <html><html-template location="component://oagis/template/message/ProcessShipment.ftl"/></html>
                 </platform-specific>
             </widgets>
         </section>
@@ -129,7 +129,7 @@
         <section>
             <widgets>
                 <platform-specific>
-                    <html><html-template location="component://oagis/webapp/oagis/message/ConfirmBod.ftl"/></html>
+                    <html><html-template location="component://oagis/template/message/ConfirmBod.ftl"/></html>
                 </platform-specific>
             </widgets>
         </section>
@@ -139,7 +139,7 @@
         <section>
             <widgets>
                 <platform-specific>
-                    <html><html-template location="component://oagis/webapp/oagis/message/ReceiveDelivery.ftl"/></html>
+                    <html><html-template location="component://oagis/template/message/ReceiveDelivery.ftl"/></html>
                 </platform-specific>
             </widgets>
         </section>