Author: deepak
Date: Fri Apr 22 12:41:15 2016 New Revision: 1740499 URL: http://svn.apache.org/viewvc?rev=1740499&view=rev Log: (OFBIZ-6829) Fixed typo. 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=1740499&r1=1740498&r2=1740499&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml Fri Apr 22 12:41:15 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/template/EbayAdvancedSearch.ftl"/></html> + <html><html-template location="component://ebay/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/template/EbayKeywordSearch.ftl"/></html> + <html><html-template location="component://ebay/template/EbayKeywordSearch.ftl"/></html> </platform-specific> <platform-specific> - <html><html-template location="component://ebay/webapp/template/ebayExportLink.ftl"/></html> + <html><html-template location="component://ebay/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/template/productsExportToEbay.ftl"/></html> + <html><html-template location="component://ebay/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=1740499&r1=1740498&r2=1740499&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml Fri Apr 22 12:41:15 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/template/EbayKeywordSearch.ftl"/></html> + <html><html-template location="component://ebay/template/EbayKeywordSearch.ftl"/></html> </platform-specific> <platform-specific> - <html><html-template location="component://ebay/webapp/template/ebayExportLink.ftl"/></html> + <html><html-template location="component://ebay/template/ebayExportLink.ftl"/></html> </platform-specific> </decorator-section> </decorator-screen> |
Free forum by Nabble | Edit this page |