Author: jacopoc
Date: Tue Nov 7 00:28:56 2006 New Revision: 472024 URL: http://svn.apache.org/viewvc?view=rev&rev=472024 Log: Menu selection fixes for the party application from Alex D. Fleming (OFBIZ-429). Modified: incubator/ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml incubator/ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml Modified: incubator/ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml?view=diff&rev=472024&r1=472023&r2=472024 ============================================================================== --- incubator/ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml (original) +++ incubator/ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml Tue Nov 7 00:28:56 2006 @@ -21,7 +21,7 @@ <section> <actions> <set field="titleProperty" value="PageTitleListContactList"/> - <set field="headerItem" value="contactlist"/> + <set field="headerItem" value="find"/> <set field="tabButtonItem" value="ContactList"/> <set field="partyId" value="${parameters.partyId}"/> <set field="entityName" value="ContactListParty"/> Modified: incubator/ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml?view=diff&rev=472024&r1=472023&r2=472024 ============================================================================== --- incubator/ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml (original) +++ incubator/ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml Tue Nov 7 00:28:56 2006 @@ -59,7 +59,7 @@ <actions> <set field="titleProperty" value="PageTitleViewPartyProfile"/> <set field="tabButtonItem" value="viewprofile"/> - + <set field="headerItem" value="find"/> <set field="labelTitleProperty" value="PartyTaxAuthInfos"/> <script location="component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh"/> @@ -126,7 +126,7 @@ <set field="titleProperty" value="PageTitleEditPartyRelationships"/> <set field="tabButtonItem" value="EditPartyRelationships"/> <set field="labelTitleProperty" value="PartyRelationships"/> - + <set field="headerItem" value="find"/> <set field="partyId" from-field="parameters.partyId"/> <entity-one entity-name="Party" value-name="party"/> @@ -338,6 +338,7 @@ <actions> <set field="titleProperty" value="PageTitleEditPersonalInformation"/> <set field="tabButtonItem" value="viewprofile"/> + <set field="headerItem" value="create"/> <set field="labelTitleProperty" value="PageTitleEditPersonalInformation"/> <set field="donePage" from-field="parameters.DONE_PAGE" default-value="viewprofile"/> @@ -358,6 +359,7 @@ <actions> <set field="titleProperty" value="PageTitleEditGroupInformation"/> <set field="tabButtonItem" value="viewprofile"/> + <set field="headerItem" value="create"/> <set field="labelTitleProperty" value="PageTitleEditGroupInformation"/> <set field="donePage" from-field="parameters.DONE_PAGE" default-value="viewprofile"/> |
Free forum by Nabble | Edit this page |