svn commit: r1744942 [2/2] - in /ofbiz/trunk: applications/party/template/party/ specialpurpose/ecommerce/data/ specialpurpose/ecommerce/template/ specialpurpose/ecommerce/template/blog/ specialpurpose/ecommerce/template/cart/ specialpurpose/ecommerce/...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1744942 [2/2] - in /ofbiz/trunk: applications/party/template/party/ specialpurpose/ecommerce/data/ specialpurpose/ecommerce/template/ specialpurpose/ecommerce/template/blog/ specialpurpose/ecommerce/template/cart/ specialpurpose/ecommerce/...

Deepak Dixit-5
Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/EmailGiftCardScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/EmailGiftCardScreens.xml?rev=1744942&r1=1744941&r2=1744942&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/EmailGiftCardScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/EmailGiftCardScreens.xml Sat May 21 13:43:11 2016
@@ -29,7 +29,7 @@ under the License.
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/email/giftcardpurchase.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/email/GiftCardPurchase.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -40,7 +40,7 @@ under the License.
                 <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/email/giftcardreload.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/email/GiftCardReload.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml?rev=1744942&r1=1744941&r2=1744942&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml Sat May 21 13:43:11 2016
@@ -154,7 +154,7 @@ under the License.
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderStatus.groovy"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/email/emailpayretry.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/email/EmailPayRetry.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/EmailProductScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/EmailProductScreens.xml?rev=1744942&r1=1744941&r2=1744942&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/EmailProductScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/EmailProductScreens.xml Sat May 21 13:43:11 2016
@@ -27,7 +27,7 @@ under the License.
                 <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/email/tellafriend.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/email/TellAFriend.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/EmailReturnScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/EmailReturnScreens.xml?rev=1744942&r1=1744941&r2=1744942&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/EmailReturnScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/EmailReturnScreens.xml Sat May 21 13:43:11 2016
@@ -30,7 +30,7 @@ under the License.
                 <!-- <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderStatus.groovy"/> -->
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/email/returnaccept.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/email/ReturnAccept.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -41,7 +41,7 @@ under the License.
                 <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/email/returncancel.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/email/ReturnCancel.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -52,7 +52,7 @@ under the License.
                 <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/email/returncomplete.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/email/ReturnComplete.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml?rev=1744942&r1=1744941&r2=1744942&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml Sat May 21 13:43:11 2016
@@ -41,7 +41,7 @@ under the License.
                 </entity-condition>
             </actions>
             <widgets><platform-specific><html>
-                <html-template location="component://ecommerce/template/forum/forums.ftl"/>
+                <html-template location="component://ecommerce/template/forum/Forums.ftl"/>
             </html></platform-specific>
             </widgets>
         </section>
@@ -98,9 +98,9 @@ under the License.
                                           </link>
                                     </widgets>
                                 </section>
-                                <platform-specific><html><html-template location="component://ecommerce/template/forum/forumPaging.ftl"/></html></platform-specific>
-                                <platform-specific><html><html-template location="component://ecommerce/template/forum/showforum.ftl"/></html></platform-specific>
-                                <platform-specific><html><html-template location="component://ecommerce/template/forum/forumPaging.ftl"/></html></platform-specific>
+                                <platform-specific><html><html-template location="component://ecommerce/template/forum/ForumPaging.ftl"/></html></platform-specific>
+                                <platform-specific><html><html-template location="component://ecommerce/template/forum/ShowForum.ftl"/></html></platform-specific>
+                                <platform-specific><html><html-template location="component://ecommerce/template/forum/ForumPaging.ftl"/></html></platform-specific>
                             </widgets>
                         </section>
                     </decorator-section>
@@ -197,7 +197,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/forum/createforumarticle.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/forum/CreateForumArticle.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -244,7 +244,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/forum/editforumarticle.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/forum/EditForumArticle.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -290,7 +290,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/forum/editforumarticle.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/forum/EditForumArticle.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -341,7 +341,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/forum/createforumresponse.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/forum/CreateForumResponse.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -382,7 +382,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/forum/editforuminfo.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/forum/EditForumInfo.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -435,7 +435,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/forum/editaddforumdata.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/forum/EditAddForumData.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -481,7 +481,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/forum/editaddimage.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/forum/EditAddImage.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/OrderScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/OrderScreens.xml?rev=1744942&r1=1744941&r2=1744942&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/OrderScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/OrderScreens.xml Sat May 21 13:43:11 2016
@@ -29,7 +29,7 @@ under the License.
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/AnonymousTrail.groovy"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/anonymoustrail.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/AnonymousTrail.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -37,7 +37,7 @@ under the License.
     <screen name="genericaddress">
         <section>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/genericaddress.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/GenericAddress.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -45,7 +45,7 @@ under the License.
     <screen name="orderheader">
         <section>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/orderheader.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/OrderHeader.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -53,7 +53,7 @@ under the License.
     <screen name="orderitems">
         <section>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/orderitems.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/OrderItems.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -66,7 +66,7 @@ under the License.
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/AnonymousCheckoutLinks.groovy"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/anonymousCheckoutLinks.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/AnonymousCheckoutLinks.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -103,7 +103,7 @@ under the License.
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/custsettings.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/CustSettings.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -123,7 +123,7 @@ under the License.
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/shipsettings.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/ShipSettings.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -143,7 +143,7 @@ under the License.
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/optionsettings.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/OptionSettings.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -164,7 +164,7 @@ under the License.
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/paymentoptions.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/PaymentOptions.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -185,7 +185,7 @@ under the License.
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/paymentinformation.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/PaymentInformation.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -202,7 +202,7 @@ under the License.
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/checkoutreview.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/CheckoutReview.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -223,7 +223,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/billsettings.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/BillSettings.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -280,7 +280,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/checkoutshippingoptions.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/CheckoutShippingOptions.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -296,7 +296,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/splitship.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/SplitShip.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -313,7 +313,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/checkoutreview.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/CheckoutReview.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -329,7 +329,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/ordercomplete.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/OrderComplete.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -348,7 +348,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/orderhistory.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/OrderHistory.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -368,7 +368,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/orderstatus.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/OrderStatus.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -387,7 +387,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/requestreturn.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/RequestReturn.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -399,7 +399,7 @@ under the License.
     <screen name="quickAnonOrderHeader">
         <section>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/quickAnonOrderHeader.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/QuickAnonOrderHeader.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -411,7 +411,7 @@ under the License.
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonCheckoutLinks.groovy"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/quickAnonCheckoutLinks.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/QuickAnonCheckoutLinks.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -450,7 +450,7 @@ under the License.
             <widgets>
                 <decorator-screen name="quickAnonCheckoutDecorator">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/quickAnonCustSettings.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/QuickAnonCustSettings.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -473,7 +473,7 @@ under the License.
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonOptionSettings.groovy"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/quickAnonOptionSettings.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/QuickAnonOptionSettings.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -486,7 +486,7 @@ under the License.
                 <script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/StorePaymentOptions.groovy"/>
             </actions>
             <widgets>
-               <platform-specific><html><html-template location="component://ecommerce/template/order/quickAnonPaymentInformation.ftl"/></html></platform-specific>
+               <platform-specific><html><html-template location="component://ecommerce/template/order/QuickAnonPaymentInformation.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -501,7 +501,7 @@ under the License.
             <widgets>
                 <decorator-screen name="quickAnonCheckoutDecorator">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/order/quickAnonCheckoutReview.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/order/QuickAnonCheckoutReview.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -523,7 +523,7 @@ under the License.
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://common/template/includes/Messages.ftl"/></html></platform-specific>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/ccinfo.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/CcInfo.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -543,7 +543,7 @@ under the License.
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://common/template/includes/Messages.ftl"/></html></platform-specific>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/eftinfo.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/EftInfo.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -563,7 +563,7 @@ under the License.
             </actions>
             <widgets>
               <platform-specific><html><html-template location="component://common/template/includes/Messages.ftl"/></html></platform-specific>
-              <platform-specific><html><html-template location="component://ecommerce/template/order/gcinfo.ftl"/></html></platform-specific>
+              <platform-specific><html><html-template location="component://ecommerce/template/order/GcInfo.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -582,7 +582,7 @@ under the License.
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonPaymentInformation.groovy"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/order/orderitems.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/order/OrderItems.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/ShoppingListScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/ShoppingListScreens.xml?rev=1744942&r1=1744941&r2=1744942&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/ShoppingListScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/ShoppingListScreens.xml Sat May 21 13:43:11 2016
@@ -34,7 +34,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://ecommerce/template/shoppinglist/editShoppingList.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://ecommerce/template/shoppinglist/EditShoppingList.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -59,7 +59,7 @@ under the License.
                 <set field="layoutSettings" from-field="themeResources" default-value="${layoutSettings}" global="true"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://ecommerce/template/shoppinglist/editShoppingList.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://ecommerce/template/shoppinglist/EditShoppingList.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml?rev=1744942&r1=1744941&r2=1744942&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml Sat May 21 13:43:11 2016
@@ -116,7 +116,7 @@
                                 <widgets>
                                     <container style="blogwrapper">
                                         <include-menu name="view_edit" location="component://ecommerce/widget/blog/BlogMenus.xml"/>
-                                        <platform-specific><html><html-template location="component://ecommerce/template/blog/blogContentAltLink.ftl"/></html></platform-specific>
+                                        <platform-specific><html><html-template location="component://ecommerce/template/blog/BlogContentAltLink.ftl"/></html></platform-specific>
                                         <!--<link text="${blog.contentName} [${blog.contentId}]" target="ViewBlogArticle" style="blogheader">
                                             <parameter param-name="contentId" from-field="blog.contentId"/>
                                             <parameter param-name="blogContentId"/>
@@ -140,7 +140,7 @@
                                     <container style="blogwrapper">
                                         <include-menu name="view_edit" location="component://ecommerce/widget/blog/BlogMenus.xml"/>
                                         <!--<label text="${blog.contentName} [${blog.contentId}]" style="blogheader"/>-->
-                                        <platform-specific><html><html-template location="component://ecommerce/template/blog/blogContentAltLink.ftl"/></html></platform-specific>
+                                        <platform-specific><html><html-template location="component://ecommerce/template/blog/BlogContentAltLink.ftl"/></html></platform-specific>
                                         <!--<link text="${blog.contentName} [${blog.contentId}]" target="ViewBlogArticle" style="blogheader">
                                             <parameter param-name="contentId" from-field="blog.contentId"/>
                                             <parameter param-name="blogContentId"/>
@@ -692,7 +692,7 @@
             <widgets>
                 <platform-specific>
                     <html>
-                        <html-template location="component://ecommerce/template/blog/blogs.ftl"/>
+                        <html-template location="component://ecommerce/template/blog/Blogs.ftl"/>
 
                     </html>
                 </platform-specific>