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 2015/05/05 12:18:22 UTC

svn commit: r1677770 - in /ofbiz/trunk/specialpurpose/ecommerce/widget: CustRequestScreens.xml QuoteScreens.xml

Author: deepak
Date: Tue May  5 10:18:22 2015
New Revision: 1677770

URL: http://svn.apache.org/r1677770
Log:
OFBIZ-6207: Only formatting, No functional change.

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/widget/CustRequestScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/QuoteScreens.xml

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/CustRequestScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/CustRequestScreens.xml?rev=1677770&r1=1677769&r2=1677770&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/CustRequestScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/CustRequestScreens.xml Tue May  5 10:18:22 2015
@@ -86,25 +86,25 @@ under the License.
                                 <if-compare-field operator="equals" field="custRequest.fromPartyId" to-field="userLogin.partyId"></if-compare-field>
                             </condition>
                             <widgets>
-                        <container style="lefthalf">
-                            <platform-specific>
-                                <html><html-template location="component://ecommerce/webapp/ecommerce/request/requestInfo.ftl"/></html>
-                            </platform-specific>
-                            <platform-specific>
-                                <html><html-template location="component://order/webapp/ordermgr/request/ViewRequestItemInfo.ftl"/></html>
-                            </platform-specific>
-                        </container>
-                        <container style="righthalf">
-                            <platform-specific>
-                                <html><html-template location="component://order/webapp/ordermgr/request/requestDate.ftl"/></html>
-                            </platform-specific>
-                            <platform-specific>
-                                <html><html-template location="component://order/webapp/ordermgr/request/requestContactMech.ftl"/></html>
-                            </platform-specific>
-                            <platform-specific>
-                                <html><html-template location="component://ecommerce/webapp/ecommerce/request/requestRoles.ftl"/></html>
-                            </platform-specific>
-                        </container>
+                                <container style="lefthalf">
+                                    <platform-specific>
+                                        <html><html-template location="component://ecommerce/webapp/ecommerce/request/requestInfo.ftl"/></html>
+                                    </platform-specific>
+                                    <platform-specific>
+                                        <html><html-template location="component://order/webapp/ordermgr/request/ViewRequestItemInfo.ftl"/></html>
+                                    </platform-specific>
+                                </container>
+                                <container style="righthalf">
+                                    <platform-specific>
+                                        <html><html-template location="component://order/webapp/ordermgr/request/requestDate.ftl"/></html>
+                                    </platform-specific>
+                                    <platform-specific>
+                                        <html><html-template location="component://order/webapp/ordermgr/request/requestContactMech.ftl"/></html>
+                                    </platform-specific>
+                                    <platform-specific>
+                                        <html><html-template location="component://ecommerce/webapp/ecommerce/request/requestRoles.ftl"/></html>
+                                    </platform-specific>
+                                </container>
                             </widgets>
                             <fail-widgets>
                                 <label style="h3">${uiLabelMap.OrderNoRequestFound}</label>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/QuoteScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/QuoteScreens.xml?rev=1677770&r1=1677769&r2=1677770&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/QuoteScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/QuoteScreens.xml Tue May  5 10:18:22 2015
@@ -75,10 +75,10 @@ under the License.
                                 <if-compare-field operator="equals" field="quote.partyId" to-field="userLogin.partyId"></if-compare-field>
                             </condition>
                             <widgets>
-                        <platform-specific>
-                            <html><html-template location="component://ecommerce/webapp/ecommerce/quote/CreateOrderQuote.ftl"/></html>
-                        </platform-specific>
-                        <include-screen name="ViewQuoteTemplate" location="component://order/widget/ordermgr/QuoteScreens.xml"/>
+                                <platform-specific>
+                                    <html><html-template location="component://ecommerce/webapp/ecommerce/quote/CreateOrderQuote.ftl"/></html>
+                                </platform-specific>
+                                <include-screen name="ViewQuoteTemplate" location="component://order/widget/ordermgr/QuoteScreens.xml"/>
                             </widgets>
                             <fail-widgets>
                                 <label style="h3">${uiLabelMap.OrderNoQuoteFound}</label>