You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2007/12/31 01:51:09 UTC

svn commit: r607632 - /ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Author: mrisaliti
Date: Sun Dec 30 16:51:02 2007
New Revision: 607632

URL: http://svn.apache.org/viewvc?rev=607632&view=rev
Log:
Changed tabs to 4 spaces

Modified:
    ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=607632&r1=607631&r2=607632&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Sun Dec 30 16:51:02 2007
@@ -814,40 +814,40 @@
             <widgets>
                 <decorator-screen name="CommonProductDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                   		<container style="screenlet">
-	                   		<container style="screenlet-title-bar">
-		                        <container style="head4">
-		                            <section>
-		                                <condition>
-		                                    <if-compare field-name="product.isVirtual" operator="equals" type="String" value="Y"/>
-		                                </condition>
-		                                <widgets>
-			                            	<label text="${uiLabelMap.ProductVariantProductInventorySummary}"/>
-			                            </widgets>
-			                            <fail-widgets>
-			                            	<label text="${uiLabelMap.ProductInventorySummary}"/>
-			                            </fail-widgets>
-		                            </section>
-		                        </container>
-	                        </container>
-	                        <container style="screenlet-body">
-		                        <section>
-		                            <condition>
-		                                <if-compare field-name="product.isVirtual" operator="equals" type="String" value="Y"/>
-		                            </condition>
-		                            <widgets>
-		                                <platform-specific>
-		                                    <html><html-template location="component://product/webapp/catalog/product/EditVirtualProductInventory.ftl"/></html>
-		                                </platform-specific>
-		                            </widgets>
-		                            <fail-widgets>
-		                                <platform-specific>
+                           <container style="screenlet">
+                               <container style="screenlet-title-bar">
+                                <container style="head4">
+                                    <section>
+                                        <condition>
+                                            <if-compare field-name="product.isVirtual" operator="equals" type="String" value="Y"/>
+                                        </condition>
+                                        <widgets>
+                                            <label text="${uiLabelMap.ProductVariantProductInventorySummary}"/>
+                                        </widgets>
+                                        <fail-widgets>
+                                            <label text="${uiLabelMap.ProductInventorySummary}"/>
+                                        </fail-widgets>
+                                    </section>
+                                </container>
+                            </container>
+                            <container style="screenlet-body">
+                                <section>
+                                    <condition>
+                                        <if-compare field-name="product.isVirtual" operator="equals" type="String" value="Y"/>
+                                    </condition>
+                                    <widgets>
+                                        <platform-specific>
+                                            <html><html-template location="component://product/webapp/catalog/product/EditVirtualProductInventory.ftl"/></html>
+                                        </platform-specific>
+                                    </widgets>
+                                    <fail-widgets>
+                                        <platform-specific>
                                             <html><html-template location="component://product/webapp/catalog/product/EditProductInventoryItems.ftl"/></html>
                                         </platform-specific>
-	                                    <include-form name="OutstandingPurchaseOrders" location="component://product/webapp/catalog/product/ProductForms.xml"/>
-		                            </fail-widgets>
-		                        </section>
-                        	</container>
+                                        <include-form name="OutstandingPurchaseOrders" location="component://product/webapp/catalog/product/ProductForms.xml"/>
+                                    </fail-widgets>
+                                </section>
+                            </container>
                         </container>
                     </decorator-section>
                 </decorator-screen>