Author: deepak
Date: Fri Apr 22 12:52:41 2016 New Revision: 1740504 URL: http://svn.apache.org/viewvc?rev=1740504&view=rev Log: (OFBIZ-6829) relocate .ftl files in the specialpurpose/ebaystore component Thanks Pierre for your contribution. Added: ofbiz/trunk/specialpurpose/ebaystore/template/ ofbiz/trunk/specialpurpose/ebaystore/template/feedback/ - copied from r1740441, ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/feedback/ ofbiz/trunk/specialpurpose/ebaystore/template/store/ - copied from r1740441, ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ Removed: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/feedback/ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountScreens.xml ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountScreens.xml?rev=1740504&r1=1740503&r2=1740504&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountScreens.xml Fri Apr 22 12:52:41 2016 @@ -118,7 +118,7 @@ <screenlet title="${uiLabelMap.EbayLeaveFeedback}"> <include-menu location="component://ebaystore/widget/EbayStoreMenus.xml" name="EbayFeedbackSubTabBar"/> <platform-specific> - <html><html-template location="component://ebaystore/webapp/ebaystore/feedback/LeaveFeedback.ftl"/></html> + <html><html-template location="component://ebaystore/template/feedback/LeaveFeedback.ftl"/></html> </platform-specific> </screenlet> </screenlet> @@ -206,7 +206,7 @@ <screenlet title="${uiLabelMap.EbayLeaveFeedback}"> <include-menu location="component://ebaystore/widget/EbayStoreMenus.xml" name="EbayFeedbackSubTabBar"/> <platform-specific> - <html><html-template location="component://ebaystore/webapp/ebaystore/feedback/LeaveFeedback.ftl"/></html> + <html><html-template location="component://ebaystore/template/feedback/LeaveFeedback.ftl"/></html> </platform-specific> </screenlet> </screenlet> Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml?rev=1740504&r1=1740503&r2=1740504&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml Fri Apr 22 12:52:41 2016 @@ -550,7 +550,7 @@ </screenlet> <platform-specific> <html> - <html-template location="component://ebaystore/webapp/ebaystore/store/orderImported.ftl"/> + <html-template location="component://ebaystore/template/store/orderImported.ftl"/> </html> </platform-specific> </decorator-section> Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml?rev=1740504&r1=1740503&r2=1740504&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml Fri Apr 22 12:52:41 2016 @@ -51,7 +51,7 @@ under the License. <decorator-section name="body"> <screenlet title="${uiLabelMap.EbayStoreSetting}"> <platform-specific> - <html><html-template location="component://ebaystore/webapp/ebaystore/store/StoreSetting.ftl"/></html> + <html><html-template location="component://ebaystore/template/store/StoreSetting.ftl"/></html> </platform-specific> </screenlet> </decorator-section> @@ -214,7 +214,7 @@ under the License. <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <platform-specific> - <html><html-template location="component://ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl"/></html> + <html><html-template location="component://ebaystore/template/store/ebayApiKeywordSearch.ftl"/></html> </platform-specific> </decorator-section> </decorator-screen> @@ -268,7 +268,7 @@ under the License. <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <platform-specific> - <html><html-template location="component://ebaystore/webapp/ebaystore/store/productsearchExport.ftl"/></html> + <html><html-template location="component://ebaystore/template/store/productsearchExport.ftl"/></html> </platform-specific> </decorator-section> </decorator-screen> |
Free forum by Nabble | Edit this page |