svn commit: r1228678 - /ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml

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

svn commit: r1228678 - /ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml

erwan
Author: erwan
Date: Sat Jan  7 17:37:28 2012
New Revision: 1228678

URL: http://svn.apache.org/viewvc?rev=1228678&view=rev
Log:
tabs to spaces, no functional change

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

Modified: ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml?rev=1228678&r1=1228677&r2=1228678&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml Sat Jan  7 17:37:28 2012
@@ -271,24 +271,24 @@ under the License.
         </menu-item>
         <menu-item name="Expand" title="${uiLabelMap.CommonExpandAll}">
             <condition>
-             <or>
-             <if-compare operator="equals" value="EditProductStore" field="tabButtonItem"/>
-             <if-compare operator="equals" value="EditProductStoreShipmentCostEstimates" field="tabButtonItem"/>
-            </or>
+                <or>
+                    <if-compare operator="equals" value="EditProductStore" field="tabButtonItem"/>
+                    <if-compare operator="equals" value="EditProductStoreShipmentCostEstimates" field="tabButtonItem"/>
+                </or>
             </condition>
             <link target="javascript:expandAll(true);" url-mode="plain"/>
         </menu-item>
         <menu-item name="Collapse" title="${uiLabelMap.CommonCollapseAll}">
             <condition>
-             <or>
-             <if-compare operator="equals" value="EditProductStore" field="tabButtonItem"/>
-             <if-compare operator="equals" value="EditProductStoreShipmentCostEstimates" field="tabButtonItem"/>
-            </or>
+                <or>
+                    <if-compare operator="equals" value="EditProductStore" field="tabButtonItem"/>
+                    <if-compare operator="equals" value="EditProductStoreShipmentCostEstimates" field="tabButtonItem"/>
+                </or>
             </condition>
             <link target="javascript:expandAll(false);" url-mode="plain"/>
         </menu-item>
- </menu>
-
+    </menu>
+
     <menu name="ProductStoreFacility" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
         <menu-item name="AddProductStoreFacility" title="${uiLabelMap.ProductAddFacility}">
             <link target="javascript:ajaxUpdateArea('ProductStoreFacilityEditArea', 'editProductStoreFacility', 'productStoreId=${parameters.productStoreId}');"
@@ -582,7 +582,6 @@ under the License.
             </link>
         </menu-item>
     </menu>
-    
 
      <menu name="ImageManagementTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml" selected-menuitem-context-field-name="userTabButtonImage">
         <menu-item name="main" title="${uiLabelMap.CommonMain}">