Author: mrisaliti
Date: Fri Jan 18 15:17:48 2008
New Revision: 613307
URL: http://svn.apache.org/viewvc?rev=613307&view=rev
Log:
Lookup forms (ftl/widgets screen) has now the same look and feel (Part of issue
OFBIZ-1583)
Modified:
ofbiz/trunk/applications/party/config/PartyUiLabels.properties
ofbiz/trunk/applications/party/config/PartyUiLabels_it.properties
ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml
ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml
Modified: ofbiz/trunk/applications/party/config/PartyUiLabels.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyUiLabels.properties?rev=613307&r1=613306&r2=613307&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/config/PartyUiLabels.properties (original)
+++ ofbiz/trunk/applications/party/config/PartyUiLabels.properties Fri Jan 18
15:17:48 2008
@@ -736,3 +736,9 @@
FormFieldTitle_stateProvince=State Province
FormFieldTitle_country=Country
FormFieldTitle_certString=Cert String
+FormFieldTitle_contactMechId=Contact Mech Id
+FormFieldTitle_infoString=Info String
+FormFieldTitle_paAddress1=Address 1
+FormFieldTitle_paAddress2=Address 2
+FormFieldTitle_paPostalCode=Postal Code
+FormFieldTitle_cmDetail=Contach Mech Detail
\ No newline at end of file
Modified: ofbiz/trunk/applications/party/config/PartyUiLabels_it.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyUiLabels_it.properties?rev=613307&r1=613306&r2=613307&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/config/PartyUiLabels_it.properties (original)
+++ ofbiz/trunk/applications/party/config/PartyUiLabels_it.properties Fri Jan
18 15:17:48 2008
@@ -289,6 +289,7 @@
PartyListItems=Lista Righe
PartyListName=Lista Nome
PartyListType=Lista Tipo
+PartyLookupContactMech=Ricerca Contatti
PartyLookupParty=Ricerca Soggetto
PartyLookupPartyAndUserLoginAndPerson=Ricerca Soggetti Utenti e Persone
PartyLookupPartyByName=Ricerca Soggetti per Nome
@@ -296,6 +297,7 @@
PartyLookupPartyCommEvent=Ricerca Eventi Comunicazioni
PartyLookupPartyGroup=Ricerca Gruppi
PartyLookupPartyPerson=Ricerca Persone
+PartyLookupUserLoginAndPartyDetails=Ricerca Soggetti Utenti e Dettagli
PartyLoyaltyPoints=Punti Fedelt\u00e0
PartyManagerApplication=Applicazione Gestione Soggetti
PartyManifestCompanyName=Manifesto Nome Azienda
@@ -448,7 +450,7 @@
PartySelectcRoleForParty=Selezione ruolo(i) per questo Soggetto
PartySequenceId=Codice Sequenza
PartyServer=Server
-PartyServicemgntCustRequestId=Gestione Servizio Codice Richiesta
Cliente//Fornitore
+PartyServicemgntCustRequestId=Gestione Servizio Codice Richiesta
Cliente/Fornitore
PartyServiceNotForPostalAddress=Questo servizio (createContactMech) non
dovrebbe essere usaato per POSTAL_ADDRESS tipo ContactMechs, usare il servizio
createPostalAddress
PartyServiceNotForTelecomNumber=Questo servizio (createContactMech) non
dovrebbe essere usaato per TELECOM_NUMBER tipo ContactMechs, usare il servizio
createTelecomNumber
PartyShoppingListDetail=Dettagli Lista Acquisto
@@ -671,4 +673,10 @@
FormFieldTitle_cityLocality=Localit\u00e0 Citt\u00e0
FormFieldTitle_stateProvince=Stato Provincia
FormFieldTitle_country=Paese
-FormFieldTitle_certString=Stringa Certificato
\ No newline at end of file
+FormFieldTitle_certString=Stringa Certificato
+FormFieldTitle_contactMechId=Contatto
+FormFieldTitle_infoString=Informazioni
+FormFieldTitle_paAddress1=Indirizzo 1
+FormFieldTitle_paAddress2=Indirizzo 2
+FormFieldTitle_paPostalCode=C.A.P.
+FormFieldTitle_cmDetail=Dettagli Contatto
\ No newline at end of file
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=613307&r1=613306&r2=613307&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml
(original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml Fri
Jan 18 15:17:48 2008
@@ -21,7 +21,8 @@
<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
- <form name="lookupPartyName" target="LookupPartyName" type="single">
+ <form name="lookupPartyName" target="LookupPartyName" type="single"
+ header-row-style="header-row" default-table-style="basic-table">
<!--<auto-fields-entity entity-name="PartyNameView"
default-field-type="find" />-->
<field name="partyId"
title="${uiLabelMap.PartyPartyId}"><text-find/></field>
<field name="partyTypeId" title="${uiLabelMap.PartyTypeId}">
@@ -36,8 +37,8 @@
<field name="submitButton" title="${uiLabelMap.CommonLookup}"><submit
button-type="button"/></field>
</form>
- <form name="listLookupPartyName" type="list" list-name="listIt"
- paginate-target="LookupPartyName">
+ <form name="listLookupPartyName" type="list" list-name="listIt"
paginate-target="LookupPartyName"
+ odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<service service-name="performFind" result-map-name="result"
result-map-list-name="listIt">
<field-map field-name="inputFields" env-name="parameters"/>
@@ -57,7 +58,8 @@
<field name="groupName"
title="${uiLabelMap.PartyGroupName}"><display/></field>
</form>
- <form name="lookupCustomerName" target="LookupCustomerName" type="single">
+ <form name="lookupCustomerName" target="LookupCustomerName" type="single"
+ header-row-style="header-row" default-table-style="basic-table">
<field name="roleTypeId"><hidden value="CUSTOMER"/></field>
<field name="partyId"
title="${uiLabelMap.PartyPartyId}"><text-find/></field>
<field name="partyTypeId" title="${uiLabelMap.PartyTypeId}">
@@ -71,8 +73,8 @@
<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>
- <form name="listLookupCustomerName" type="list" list-name="listIt"
- paginate-target="LookupCustomerName">
+ <form name="listLookupCustomerName" type="list" list-name="listIt"
paginate-target="LookupCustomerName"
+ odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<service service-name="performFind" result-map-name="result"
result-map-list-name="listIt">
<field-map field-name="inputFields" env-name="parameters"/>
@@ -91,7 +93,8 @@
<field name="groupName"
title="${uiLabelMap.PartyGroupName}"><display/></field>
</form>
- <form name="lookupCustomerNameForSalesRep"
target="LookupCustomerNameForSalesRep" type="single">
+ <form name="lookupCustomerNameForSalesRep"
target="LookupCustomerNameForSalesRep" type="single"
+ header-row-style="header-row" default-table-style="basic-table">
<field name="roleTypeId"><hidden value="CUSTOMER"/></field>
<field name="roleTypeIdFrom"><hidden value="SALES_REP"/></field>
<field name="roleTypeIdTo"><hidden value="CUSTOMER"/></field>
@@ -109,8 +112,8 @@
<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>
- <form name="listLookupCustomerNameForSalesRep" type="list"
list-name="listIt"
- paginate-target="LookupCustomerNameForSalesRep">
+ <form name="listLookupCustomerNameForSalesRep" type="list"
list-name="listIt" paginate-target="LookupCustomerNameForSalesRep"
+ odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<service service-name="performFind" result-map-name="result"
result-map-list-name="listIt">
<field-map field-name="inputFields" env-name="parameters"/>
@@ -130,7 +133,8 @@
</form>
<!-- Person Lookup forms -->
- <form name="lookupPerson" type="single" target="LookupPerson">
+ <form name="lookupPerson" type="single" target="LookupPerson"
+ header-row-style="header-row" default-table-style="basic-table">
<!--<auto-fields-entity entity-name="Person" default-field-type="find"
/>-->
<field name="partyId"
title="${uiLabelMap.PartyPartyId}"><text-find/></field>
<field name="firstName"
title="${uiLabelMap.PartyFirstName}"><text-find/></field>
@@ -139,8 +143,8 @@
<field name="submitButton" title="${uiLabelMap.CommonLookup}"><submit
button-type="button"/></field>
</form>
- <form name="listLookupPerson" type="list" list-name="listIt"
- paginate-target="LookupPerson">
+ <form name="listLookupPerson" type="list" list-name="listIt"
paginate-target="LookupPerson"
+ odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<service service-name="performFind" result-map-name="result"
result-map-list-name="listIt">
<field-map field-name="inputFields"
env-name="requestParameters"/>
@@ -160,7 +164,7 @@
</form>
<form name="lookupPartyAndUserLoginAndPerson" type="single"
target="LookupPartyAndUserLoginAndPerson"
- paginate-target="LookupPartyAndUserLoginAndPerson">
+ paginate-target="LookupPartyAndUserLoginAndPerson"
header-row-style="header-row" default-table-style="basic-table">
<!--<auto-fields-entity entity-name="PartyAndUserLoginAndPerson"
default-field-type="find" />-->
<field name="partyId"
title="${uiLabelMap.PartyPartyId}"><text-find/></field>
<field name="userLoginId"
title="${uiLabelMap.PartyUserLoginId}"><text-find/></field>
@@ -173,8 +177,8 @@
<field name="submitButton" title="${uiLabelMap.CommonLookup}"><submit
button-type="button"/></field>
</form>
- <form name="listLookupPartyAndUserLoginAndPerson" type="list"
list-name="listIt"
- paginate-target="LookupPartyAndUserLoginAndPerson">
+ <form name="listLookupPartyAndUserLoginAndPerson" type="list"
list-name="listIt" paginate-target="LookupPartyAndUserLoginAndPerson"
+ odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<service service-name="performFind" result-map-name="result"
result-map-list-name="listIt">
<field-map field-name="inputFields"
env-name="requestParameters"/>
@@ -192,7 +196,7 @@
</form>
<form name="lookupUserLoginAndPartyDetails" type="single"
target="LookupUserLoginAndPartyDetails"
- paginate-target="LookupUserLoginAndPartyDetails">
+ paginate-target="LookupUserLoginAndPartyDetails"
header-row-style="header-row" default-table-style="basic-table">
<field name="userLoginId"
title="${uiLabelMap.PartyUserLoginId}"><text-find/></field>
<field name="partyId"
title="${uiLabelMap.PartyPartyId}"><text-find/></field>
<field name="firstName"
title="${uiLabelMap.PartyFirstName}"><text-find/></field>
@@ -204,8 +208,8 @@
<field name="submitButton" title="${uiLabelMap.CommonLookup}"><submit
button-type="button"/></field>
</form>
- <form name="listLookupUserLoginAndPartyDetails" type="list"
list-name="listIt"
- paginate-target="LookupUserLoginAndPartyDetails">
+ <form name="listLookupUserLoginAndPartyDetails" type="list"
list-name="listIt" paginate-target="LookupUserLoginAndPartyDetails"
+ odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<service service-name="performFind" result-map-name="result"
result-map-list-name="listIt">
<field-map field-name="inputFields"
env-name="requestParameters"/>
@@ -219,10 +223,11 @@
<display description="${partyId}"/>
</field>
<field name="lastName" title="${uiLabelMap.PartyName}"><display
description="${firstName} ${middleName} ${lastName}"/></field>
- <field name="groupName"
title="${uiLabelMap.PartyGroupName}"><display
description="${groupName}"/></field>
+ <field name="groupName" title="${uiLabelMap.PartyGroupName}"><display
description="${groupName}"/></field>
</form>
- <form name="lookupPartyGroup" type="single" target="LookupPartyGroup">
+ <form name="lookupPartyGroup" type="single" target="LookupPartyGroup"
+ header-row-style="header-row" default-table-style="basic-table">
<!--<auto-fields-entity entity-name="PartyGroup"
default-field-type="find"/>-->
<field name="partyId"
title="${uiLabelMap.PartyPartyId}"><text-find/></field>
<field name="groupName"
title="${uiLabelMap.PartyGroupName}"><text-find/></field>
@@ -230,8 +235,8 @@
<field name="submitButton" title="${uiLabelMap.CommonFind}"><submit
button-type="button"/></field>
</form>
- <form name="listLookupPartyGroup" type="list" list-name="listIt"
- paginate-target="LookupPartyGroup">
+ <form name="listLookupPartyGroup" type="list" list-name="listIt"
paginate-target="LookupPartyGroup"
+ odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<service service-name="performFind" result-map-name="result"
result-map-list-name="listIt">
<field-map field-name="inputFields" env-name="requestParameters"/>
@@ -247,7 +252,8 @@
</field>
</form>
- <form name="LookupPartyClassificationGroup" type="single"
target="LookupPartyClassificationGroup">
+ <form name="LookupPartyClassificationGroup" type="single"
target="LookupPartyClassificationGroup"
+ header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PartyClassificationGroup"
default-field-type="find"/>
<field name="partyClassificationTypeId">
<drop-down allow-empty="true">
@@ -260,7 +266,8 @@
<field name="submitButton" title="${uiLabelMap.CommonLookup}"><submit
button-type="button"/></field>
</form>
- <form name="listLookupPartyClassificationGroup" type="list"
list-name="listIt">
+ <form name="listLookupPartyClassificationGroup" type="list"
list-name="listIt"
+ odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<service service-name="performFind" result-map-name="result"
result-map-list-name="listIt">
<field-map field-name="inputFields" env-name="parameters"/>
@@ -277,7 +284,8 @@
<field name="description"><display/></field>
</form>
- <form name="LookupCommEvent" type="single" target="LookupCommEvent">
+ <form name="LookupCommEvent" type="single" target="LookupCommEvent"
+ header-row-style="header-row" default-table-style="basic-table">
<field name="communicationEventId"
title="${uiLabelMap.ContactListCommEventId}"><text-find/></field>
<field name="partyIdFrom" title="${uiLabelMap.PartyPartyFrom}"><lookup
target-form-name="LookupPartyName"/></field>
<field name="partyIdTo" title="${uiLabelMap.PartyPartyTo}"><lookup
target-form-name="LookupPartyName"/></field>
@@ -318,7 +326,8 @@
<field name="submitButton" title="${uiLabelMap.CommonFind}"><submit
button-type="button"/></field>
</form>
- <form name="ListLookupCommEvent" type="list" list-name="listIt">
+ <form name="ListLookupCommEvent" type="list" list-name="listIt"
+ odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<service service-name="performFind" result-map-list-name="listIt"
result-map-name="result">
<field-map field-name="inputFields" env-name="parameters"/>
@@ -338,15 +347,15 @@
<field name="contactMechTypeId"
title="${uiLabelMap.ContactListContactMechTypeId}"><display-entity
description="${description}" entity-name="ContactMechType"
key-field-name="contactMechTypeId"/></field>
<field name="roleTypeIdFrom"
title="${uiLabelMap.PartyRoleTypeIdFrom}"><display-entity
description="${description}" entity-name="RoleType"
key-field-name="roleTypeId"/></field>
<field name="roleTypeIdTo"
title="${uiLabelMap.PartyRoleTypeIdTo}"><display-entity
description="${description}" entity-name="RoleType"
key-field-name="roleTypeId"/></field>
- <field name="custRequestId" position="1"
title="${uiLabelMap.PartyServicemgntCustRequestId}"><text size="20"/></field>
+ <field name="custRequestId" position="1"
title="${uiLabelMap.PartyServicemgntCustRequestId}"><display/></field>
<field name="datetimeStarted"
title="${uiLabelMap.CommonStartDate}"><display/></field>
<field name="datetimeEnded"
title="${uiLabelMap.CommonFinishDate}"><display/></field>
</form>
- <form name="lookupContactMech" target="LookupContactMech" type="single">
- <field name="contactMechId"
title="${uiLabelMap.contactMechId}"><text-find/></field>
-
- <field name="contactMechTypeId"
title="${uiLabelMap.ContactListContactMechTypeId}">
+ <form name="lookupContactMech" target="LookupContactMech" type="single"
+ header-row-style="header-row" default-table-style="basic-table">
+ <field name="contactMechId"><text-find/></field>
+ <field name="contactMechTypeId">
<drop-down allow-empty="true"
no-current-selected-key="EMAIL_ADDRESS">
<entity-options description="${description}"
entity-name="ContactMechType" key-field-name="contactMechTypeId">
<entity-order-by field-name="description"/>
@@ -358,16 +367,17 @@
<entity-options description="${description}"
entity-name="PartyType"/>
</drop-down>
</field>
- <field name="infoString"
title="${uiLabelMap.infoString}"><text-find/></field>
- <field name="paAddress1"
title="${uiLabelMap.paAddress1}"><text-find/></field>
- <field name="paAddress2"
title="${uiLabelMap.paAddress2}"><text-find/></field>
- <field name="paPostalCode"
title="${uiLabelMap.paPostalCode}"><text-find/></field>
+ <field name="infoString"><text-find/></field>
+ <field name="paAddress1"><text-find/></field>
+ <field name="paAddress2"><text-find/></field>
+ <field name="paPostalCode"><text-find/></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>
- <form name="listLookupContactMech" type="list" list-name="listIt"
paginate-target="LookupContactMech">
+ <form name="listLookupContactMech" type="list" list-name="listIt"
paginate-target="LookupContactMech"
+ odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<service service-name="performFind" result-map-list-name="listIt"
result-map-name="result">
<field-map field-name="inputFields" env-name="parameters"/>
@@ -381,8 +391,7 @@
<field name="partyTypeId" title="${uiLabelMap.PartyTypeId}">
<display-entity also-hidden="false" entity-name="PartyType"
description="${description}"/>
</field>
- <field name="contactMechTypeId"
title="${uiLabelMap.ContactListContactMechTypeId}"><display-entity
entity-name="ContactMechType"/></field>
+ <field name="contactMechTypeId"><display-entity
entity-name="ContactMechType"/></field>
<field name="cmDetail"><display description="[${infoString}]
[${tnCountryCode}-${tnAreaCode}-${tnContactNumber}] [${paAddress1},
${paAddress2}, ${paCity}, ${paStateProvinceGeoId}, ${paPostalCode},
${paPostalCodeExt} ${paCountryGeoId}]" also-hidden="false"/></field>
- </form>
-
-</forms>
+ </form>
+</forms>
\ No newline at end of file
Modified: ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml?rev=613307&r1=613306&r2=613307&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml Fri Jan 18
15:17:48 2008
@@ -37,8 +37,21 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="body">
- <include-form name="lookupPartyName"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
- <include-form name="listLookupPartyName"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <container style="screenlet">
+ <container style="screenlet-title-bar">
+ <container style="head4">
+ <label
text="${uiLabelMap.PartyLookupPartyByName}"/>
+ </container>
+ </container>
+ <container style="screenlet-body">
+ <section>
+ <widgets>
+ <include-form name="lookupPartyName"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <include-form
name="listLookupPartyName"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ </widgets>
+ </section>
+ </container>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
@@ -61,8 +74,21 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="body">
- <include-form name="lookupCustomerName"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
- <include-form name="listLookupCustomerName"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <container style="screenlet">
+ <container style="screenlet-title-bar">
+ <container style="head4">
+ <label
text="${uiLabelMap.PartyLookupPartyByName}"/>
+ </container>
+ </container>
+ <container style="screenlet-body">
+ <section>
+ <widgets>
+ <include-form
name="lookupCustomerName"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <include-form
name="listLookupCustomerName"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ </widgets>
+ </section>
+ </container>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
@@ -86,8 +112,21 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="body">
- <include-form name="lookupCustomerNameForSalesRep"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
- <include-form name="listLookupCustomerNameForSalesRep"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <container style="screenlet">
+ <container style="screenlet-title-bar">
+ <container style="head4">
+ <label
text="${uiLabelMap.PartyLookupPartyByName}"/>
+ </container>
+ </container>
+ <container style="screenlet-body">
+ <section>
+ <widgets>
+ <include-form
name="lookupCustomerNameForSalesRep"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <include-form
name="listLookupCustomerNameForSalesRep"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ </widgets>
+ </section>
+ </container>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
@@ -113,8 +152,21 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="body">
- <include-form name="lookupPerson"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
- <include-form name="listLookupPerson"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <container style="screenlet">
+ <container style="screenlet-title-bar">
+ <container style="head4">
+ <label
text="${uiLabelMap.PartyLookupPartyPerson}"/>
+ </container>
+ </container>
+ <container style="screenlet-body">
+ <section>
+ <widgets>
+ <include-form name="lookupPerson"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <include-form name="listLookupPerson"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ </widgets>
+ </section>
+ </container>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
@@ -139,8 +191,21 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="body">
- <include-form name="lookupPartyAndUserLoginAndPerson"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
- <include-form
name="listLookupPartyAndUserLoginAndPerson"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <container style="screenlet">
+ <container style="screenlet-title-bar">
+ <container style="head4">
+ <label
text="${uiLabelMap.PartyLookupPartyAndUserLoginAndPerson}"/>
+ </container>
+ </container>
+ <container style="screenlet-body">
+ <section>
+ <widgets>
+ <include-form
name="lookupPartyAndUserLoginAndPerson"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <include-form
name="listLookupPartyAndUserLoginAndPerson"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ </widgets>
+ </section>
+ </container>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
@@ -163,8 +228,21 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="body">
- <include-form name="lookupUserLoginAndPartyDetails"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
- <include-form
name="listLookupUserLoginAndPartyDetails"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <container style="screenlet">
+ <container style="screenlet-title-bar">
+ <container style="head4">
+ <label
text="${uiLabelMap.PartyLookupUserLoginAndPartyDetails}"/>
+ </container>
+ </container>
+ <container style="screenlet-body">
+ <section>
+ <widgets>
+ <include-form
name="lookupUserLoginAndPartyDetails"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <include-form
name="listLookupUserLoginAndPartyDetails"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ </widgets>
+ </section>
+ </container>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
@@ -189,8 +267,21 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="body">
- <include-form name="lookupPartyGroup"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
- <include-form name="listLookupPartyGroup"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <container style="screenlet">
+ <container style="screenlet-title-bar">
+ <container style="head4">
+ <label
text="${uiLabelMap.PartyLookupPartyGroup}"/>
+ </container>
+ </container>
+ <container style="screenlet-body">
+ <section>
+ <widgets>
+ <include-form name="lookupPartyGroup"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <include-form
name="listLookupPartyGroup"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ </widgets>
+ </section>
+ </container>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
@@ -207,7 +298,7 @@
</condition>
<actions>
<property-map resource="PartyUiLabels" map-name="uiLabelMap"
global="true"/>
-
+
<set field="title"
value="${uiLabelMap.PartyLookupPartyClassificationGroup}"/>
<set field="queryString" from-field="result.queryString"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX"
type="Integer" default-value="0"/>
@@ -216,8 +307,21 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="body">
- <include-form name="LookupPartyClassificationGroup"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
- <include-form
name="listLookupPartyClassificationGroup"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <container style="screenlet">
+ <container style="screenlet-title-bar">
+ <container style="head4">
+ <label
text="${uiLabelMap.PartyLookupPartyClassificationGroup}"/>
+ </container>
+ </container>
+ <container style="screenlet-body">
+ <section>
+ <widgets>
+ <include-form
name="LookupPartyClassificationGroup"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <include-form
name="listLookupPartyClassificationGroup"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ </widgets>
+ </section>
+ </container>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
@@ -236,8 +340,21 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="body">
- <include-form name="LookupCommEvent"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
- <include-form name="ListLookupCommEvent"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <container style="screenlet">
+ <container style="screenlet-title-bar">
+ <container style="head4">
+ <label
text="${uiLabelMap.PartyLookupPartyCommEvent}"/>
+ </container>
+ </container>
+ <container style="screenlet-body">
+ <section>
+ <widgets>
+ <include-form name="LookupCommEvent"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <include-form
name="ListLookupCommEvent"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ </widgets>
+ </section>
+ </container>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
@@ -257,11 +374,24 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="body">
- <include-form name="lookupContactMech"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
- <include-form name="listLookupContactMech"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <container style="screenlet">
+ <container style="screenlet-title-bar">
+ <container style="head4">
+ <label
text="${uiLabelMap.PartyLookupContactMech}"/>
+ </container>
+ </container>
+ <container style="screenlet-body">
+ <section>
+ <widgets>
+ <include-form name="lookupContactMech"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ <include-form
name="listLookupContactMech"
location="component://party/webapp/partymgr/lookup/LookupForms.xml"/>
+ </widgets>
+ </section>
+ </container>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
-</screens>
+</screens>
\ No newline at end of file