Author: buscob
Date: Wed Aug 25 22:54:50 2010 New Revision: 989397 URL: http://svn.apache.org/viewvc?rev=989397&view=rev Log: Removed settings of hideSearch field. This is not used any more. Modified: ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml ofbiz/trunk/applications/accounting/widget/TransactionForms.xml ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml ofbiz/trunk/applications/party/widget/partymgr/PartyVisitForms.xml ofbiz/trunk/framework/common/widget/PortalPageForms.xml ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml Modified: ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml?rev=989397&r1=989396&r2=989397&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml Wed Aug 25 22:54:50 2010 @@ -24,7 +24,6 @@ under the License. <form name="FindInvoices" type="single" target="findInvoices" title="Find and list invoices" header-row-style="header-row" default-table-style="basic-table"> <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> - <field name="hideSearch"><hidden value="Y"/></field> <field name="invoiceId"><text-find ignore-case="true"/></field> <field name="description"><text-find ignore-case="true"/></field> <field position="1" name="invoiceTypeId"> Modified: ofbiz/trunk/applications/accounting/widget/TransactionForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TransactionForms.xml?rev=989397&r1=989396&r2=989397&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/TransactionForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/TransactionForms.xml Wed Aug 25 22:54:50 2010 @@ -22,7 +22,6 @@ under the License. <!-- form whose input filters the ListGatewayResponses --> <form name="FindGatewayResponses" type="single" target="FindGatewayResponses" title="" header-row-style="header-row" default-table-style="basic-table"> - <field name="hideSearch"><hidden value="Y"/></field> <!-- what is this for? --> <field name="paymentGatewayResponseId" title="${uiLabelMap.AccountingPaymentGatewayResponseId}"> <text-find/> </field> Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml?rev=989397&r1=989396&r2=989397&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml Wed Aug 25 22:54:50 2010 @@ -23,7 +23,6 @@ under the License. <!-- Routing forms --> <form name="FindRoutings" type="single" target="FindRouting" title="" header-row-style="header-row" default-table-style="basic-table"> - <field name="hideSearch"><hidden value="Y"/></field> <field name="workEffortId" title="${uiLabelMap.ManufacturingRoutingId}"> <text-find/> </field> @@ -71,7 +70,6 @@ under the License. <!-- Routing Task Forms --> <form name="FindRoutingTasks" type="single" target="FindRoutingTask" title="" header-row-style="header-row" default-table-style="basic-table"> - <field name="hideSearch"><hidden value="Y"/></field> <field name="workEffortId" title="${uiLabelMap.ManufacturingRoutingTaskId}"> <text-find/> </field> Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml?rev=989397&r1=989396&r2=989397&view=diff ============================================================================== --- ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml (original) +++ ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml Wed Aug 25 22:54:50 2010 @@ -23,7 +23,6 @@ under the License. <form name="FindRequirements" type="single" target="FindRequirements" title="" header-row-style="header-row" default-table-style="basic-table"> <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> - <field name="hideSearch"><hidden value="Y"/></field> <field name="requirementId"><text-find/></field> <field name="requirementTypeId"> <drop-down allow-empty="true"> @@ -213,7 +212,6 @@ under the License. </form> <form name="FindNotApprovedRequirements" type="single" target="ApproveRequirements" title="" header-row-style="header-row" default-table-style="basic-table"> - <field name="hideSearch"><hidden value="Y"/></field> <field name="requirementId"><text-find/></field> <field name="requirementTypeId"> <drop-down allow-empty="true"> Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyVisitForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyVisitForms.xml?rev=989397&r1=989396&r2=989397&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/PartyVisitForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/PartyVisitForms.xml Wed Aug 25 22:54:50 2010 @@ -24,7 +24,6 @@ under the License. <form name="FindVisits" type="single" target="findVisits" title="Find and list party visits" header-row-style="header-row" default-table-style="basic-table"> <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> - <field name="hideSearch"><hidden value="Y"/></field> <field name="activeOnly"><check /></field> <field name="visitId"><text-find ignore-case="true"/></field> Modified: ofbiz/trunk/framework/common/widget/PortalPageForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageForms.xml?rev=989397&r1=989396&r2=989397&view=diff ============================================================================== --- ofbiz/trunk/framework/common/widget/PortalPageForms.xml (original) +++ ofbiz/trunk/framework/common/widget/PortalPageForms.xml Wed Aug 25 22:54:50 2010 @@ -130,7 +130,6 @@ under the License. </form> <form name="FindGenericEntity" type="single" target="list${entity}" title="" focus-field-name="idName"> - <field name="hideSearch"><hidden value="Y"/></field> <field name="idName" title="${uiLabelMap.FormFieldTitle_${pkIdName}"><text size="16"/></field> <field name="idName_op" ><hidden value="contains"/></field> <field name="idName_ic" ><hidden value="Y"/></field> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml?rev=989397&r1=989396&r2=989397&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml Wed Aug 25 22:54:50 2010 @@ -22,7 +22,6 @@ xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="FindFixedAssets" type="single" target="findFixedAssets" title="${uiLabelMap.AccountingFindFixedAssets}" header-row-style="header-row" default-table-style="basic-table"> - <field name="hideSearch"><hidden value="Y"/></field> <field name="fixedAssetId" title="${uiLabelMap.AccountingFixedAssetId}"><text-find ignore-case="true"/></field> <field name="instanceOfProductId" title="${uiLabelMap.AccountingInstanceOfProductId}"><text-find ignore-case="true"/></field> <field name="classEnumId" title="${uiLabelMap.AccountingFixedAssetClassEnumId}"> |
Free forum by Nabble | Edit this page |