Author: deepak
Date: Fri Apr 22 12:37:21 2016 New Revision: 1740498 URL: http://svn.apache.org/viewvc?rev=1740498&view=rev Log: (OFBIZ-6829) relocate .ftl files in the specialpurpose/ebay component Thanks Pierre for your contribution. Added: ofbiz/trunk/specialpurpose/ebay/template/ ofbiz/trunk/specialpurpose/ebay/template/find/ - copied from r1740441, ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/ Removed: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/ 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=1740498&r1=1740497&r2=1740498&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml Fri Apr 22 12:37:21 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/webapp/ebay/find/EbayAdvancedSearch.ftl"/></html> + <html><html-template location="component://ebay/webapp/template/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/webapp/ebay/find/EbayKeywordSearch.ftl"/></html> + <html><html-template location="component://ebay/webapp/template/EbayKeywordSearch.ftl"/></html> </platform-specific> <platform-specific> - <html><html-template location="component://ebay/webapp/ebay/find/ebayExportLink.ftl"/></html> + <html><html-template location="component://ebay/webapp/template/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/webapp/ebay/find/productsExportToEbay.ftl"/></html> + <html><html-template location="component://ebay/webapp/template/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=1740498&r1=1740497&r2=1740498&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml Fri Apr 22 12:37:21 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/webapp/ebay/find/EbayKeywordSearch.ftl"/></html> + <html><html-template location="component://ebay/webapp/template/EbayKeywordSearch.ftl"/></html> </platform-specific> <platform-specific> - <html><html-template location="component://ebay/webapp/ebay/find/ebayExportLink.ftl"/></html> + <html><html-template location="component://ebay/webapp/template/ebayExportLink.ftl"/></html> </platform-specific> </decorator-section> </decorator-screen> |
Free forum by Nabble | Edit this page |