You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2009/08/04 09:19:55 UTC

svn commit: r800688 - /ofbiz/trunk/applications/product/widget/facility/Menus.xml

Author: apatel
Date: Tue Aug  4 07:19:55 2009
New Revision: 800688

URL: http://svn.apache.org/viewvc?rev=800688&view=rev
Log:
Cleaned up while spaces. Also added a missing commented menu item. Thanks Vikas for beinging it up and Satyam for the patch.

Modified:
    ofbiz/trunk/applications/product/widget/facility/Menus.xml

Modified: ofbiz/trunk/applications/product/widget/facility/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/Menus.xml?rev=800688&r1=800687&r2=800688&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/Menus.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/Menus.xml Tue Aug  4 07:19:55 2009
@@ -207,6 +207,11 @@
     
     <menu name="ViewFacilityInventoryByProductTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"
         selected-menuitem-context-field-name="tabButtonItem2">
+        <!--<menu-item name="ViewFacilityInventoryByProductSimpleTab" title="${uiLabelMap.CommonPrint}">
+            <link target="ViewFacilityInventoryByProductSimple">
+                <parameter param-name="facilityId" from-field="facilityId"/>
+            </link>
+        </menu-item> -->
         <menu-item name="ViewFacilityInventoryByProductReportTab" title="${uiLabelMap.CommonPrint}">
             <link target="ViewFacilityInventoryByProductReport?${searchParameterString}"/>
         </menu-item>
@@ -216,25 +221,25 @@
         <menu-item name="InventoryItemTotalsTab" title="${uiLabelMap.ProductInventoryItemTotals}">
             <link target="InventoryItemTotals">
                 <parameter param-name="facilityId" from-field="facilityId"/>
-                <parameter param-name="action" value="Y"/>                
+                <parameter param-name="action" value="Y"/>
             </link>
         </menu-item>
         <menu-item name="InventoryItemGrandTotalsTab" title="${uiLabelMap.ProductInventoryItemGrandTotals}">
             <link target="InventoryItemGrandTotals">
                 <parameter param-name="facilityId" from-field="facilityId"/>
-                <parameter param-name="action" value="Y"/>                
+                <parameter param-name="action" value="Y"/>
             </link>
         </menu-item>
         <menu-item name="InventoryItemTotalsExportTab" title="${uiLabelMap.ProductInventoryItemTotalsExport}">
             <link target="InventoryItemTotalsExport.csv">
                 <parameter param-name="facilityId" from-field="facilityId"/>
-                <parameter param-name="action" value="Y"/>                 
+                <parameter param-name="action" value="Y"/>
             </link>
         </menu-item>
         <menu-item name="InventoryAverageCostsTab" title="${uiLabelMap.ProductInventoryAverageCosts}">
             <link target="InventoryAverageCosts">
-                <parameter param-name="facilityId" from-field="facilityId"/>                
+                <parameter param-name="facilityId" from-field="facilityId"/>
             </link>
-        </menu-item>                                   
+        </menu-item>
     </menu>
 </menus>