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

svn commit: r1740501 - in /ofbiz/trunk/specialpurpose: ebay/widget/EbayScreens.xml ebaystore/widget/EbayStoreScreens.xml

Author: deepak
Date: Fri Apr 22 12:43:18 2016
New Revision: 1740501

URL: http://svn.apache.org/viewvc?rev=1740501&view=rev
Log:
(OFBIZ-6829) Corrected the ebay ftl file path.

Modified:
    ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml
    ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml

Modified: ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml?rev=1740501&r1=1740500&r2=1740501&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml Fri Apr 22 12:43:18 2016
@@ -37,7 +37,7 @@ under the License.
                 <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://ebay/template/EbayAdvancedSearch.ftl"/></html>
+                            <html><html-template location="component://ebay/template/find/EbayAdvancedSearch.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>
@@ -56,10 +56,10 @@ under the License.
                 <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://ebay/template/EbayKeywordSearch.ftl"/></html>
+                            <html><html-template location="component://ebay/template/find/EbayKeywordSearch.ftl"/></html>
                         </platform-specific>
                         <platform-specific>
-                            <html><html-template location="component://ebay/template/ebayExportLink.ftl"/></html>
+                            <html><html-template location="component://ebay/template/find/ebayExportLink.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>
@@ -85,7 +85,7 @@ under the License.
                     <decorator-section name="body">
                         <screenlet title="${uiLabelMap.PageTitleEbayProductsExportToEbay}">
                             <platform-specific>
-                                <html><html-template location="component://ebay/template/productsExportToEbay.ftl"/></html>
+                                <html><html-template location="component://ebay/template/find/productsExportToEbay.ftl"/></html>
                             </platform-specific>
                         </screenlet>
                     </decorator-section>

Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml?rev=1740501&r1=1740500&r2=1740501&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml Fri Apr 22 12:43:18 2016
@@ -235,10 +235,10 @@ under the License.
                 <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://ebay/template/EbayKeywordSearch.ftl"/></html>
+                            <html><html-template location="component://ebay/template/find/EbayKeywordSearch.ftl"/></html>
                         </platform-specific>
                         <platform-specific>
-                            <html><html-template location="component://ebay/template/ebayExportLink.ftl"/></html>
+                            <html><html-template location="component://ebay/template/find/ebayExportLink.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>