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 2007/09/12 10:15:09 UTC

svn commit: r574832 - /ofbiz/trunk/applications/accounting/widget/Menus.xml

Author: apatel
Date: Wed Sep 12 01:15:07 2007
New Revision: 574832

URL: http://svn.apache.org/viewvc?rev=574832&view=rev
Log:
Removed Find button from InvoiceTabBar to match general ofbiz Tabbar pattern.

Modified:
    ofbiz/trunk/applications/accounting/widget/Menus.xml

Modified: ofbiz/trunk/applications/accounting/widget/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/Menus.xml?rev=574832&r1=574831&r2=574832&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/Menus.xml Wed Sep 12 01:15:07 2007
@@ -22,12 +22,6 @@
  xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd">
     
     <menu name="InvoiceTabBar" menu-container-style="button-bar button-style-1" default-selected-style="selected"> 
-        <menu-item name="find" title="${uiLabelMap.CommonFind}" >
-            <condition>
-                <if-compare field-name="tabButtonItem" operator="not-equals" value="find"/>
-            </condition>
-            <link target="findInvoices"/>
-        </menu-item>
         <menu-item name="invoiceOverview" title="${uiLabelMap.AccountingInvoiceOverview}">
             <condition>
                 <not><if-empty field-name="invoice.invoiceId"/></not>