Author: hansbak
Date: Wed Jul 2 03:05:16 2008
New Revision: 673342
URL:
http://svn.apache.org/viewvc?rev=673342&view=revLog:
correct target definition and change some defaults in the partyemail lookup screens
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml
Modified: ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml?rev=673342&r1=673341&r2=673342&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml Wed Jul 2 03:05:16 2008
@@ -58,7 +58,7 @@
<field name="groupName" title="${uiLabelMap.PartyGroupName}"><display/></field>
</form>
- <form name="lookupPartyEmail" target="LookupPartyName" type="single"
+ <form name="lookupPartyEmail" target="LookupPartyEmail" type="single"
header-row-style="header-row" default-table-style="basic-table">
<field name="partyId" title="${uiLabelMap.PartyPartyId}"><text-find/></field>
<field name="partyTypeId" title="${uiLabelMap.PartyTypeId}">
@@ -66,9 +66,9 @@
<entity-options description="${description}" entity-name="PartyType"/>
</drop-down>
</field>
- <field name="firstName" title="${uiLabelMap.PartyFirstName}"><text-find/></field>
- <field name="lastName" title="${uiLabelMap.PartyLastName}"><text-find/></field>
- <field name="groupName" title="${uiLabelMap.PartyGroupName}"><text-find/></field>
+ <field name="firstName" title="${uiLabelMap.PartyFirstName}"><text-find default-option="contains"/></field>
+ <field name="lastName" title="${uiLabelMap.PartyLastName}"><text-find default-option="contains"/></field>
+ <field name="groupName" title="${uiLabelMap.PartyGroupName}"><text-find default-option="contains"/></field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonLookup}"><submit button-type="button"/></field>
</form>