Author: jonesde
Date: Wed May 28 02:00:24 2008 New Revision: 660871 URL: http://svn.apache.org/viewvc?rev=660871&view=rev Log: Small party profile menu adjustments: Communications is not a tab so it shouldn't be there and is now a button below the tab bar; also reorgnized buttons to group them a little better Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=660871&r1=660870&r2=660871&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Wed May 28 02:00:24 2008 @@ -34,9 +34,6 @@ <menu-item name="EditPartyRelationships" title="${uiLabelMap.PartyRelationships}"> <link target="EditPartyRelationships?partyId=${partyId}"/> </menu-item> - <menu-item name="PartyCommEvents" title="${uiLabelMap.PartyCommunications}" > - <link target="ListPartyCommEvents?partyId=${partyId}"/> - </menu-item> <menu-item name="viewvendor" title="${uiLabelMap.PartyVendor}"> <link target="viewvendor?partyId=${partyId}"/> </menu-item> @@ -81,11 +78,20 @@ </condition> <link target="/accounting/control/FindBillingAccount?partyId=${partyId}" url-mode="inter-app"/> </menu-item> - <menu-item name="searchOrder" title="${uiLabelMap.OrderOrders}" > + <menu-item name="finAccounts" title="${uiLabelMap.AccountingFinAccounts}"> + <condition> + <if-has-permission permission="ACCOUNTING" action="_VIEW"/> + </condition> + <link target="/accounting/control/FindFinAccount?ownerPartyId=${partyId}" url-mode="inter-app"/> + </menu-item> + <menu-item name="PartyCommEvents" title="${uiLabelMap.PartyCommunications}" > + <link target="ListPartyCommEvents?partyId=${partyId}"/> + </menu-item> + <menu-item name="findRequest" title="${uiLabelMap.PartyPartyRequests}" > <condition> <if-has-permission permission="ORDERMGR" action="_VIEW"/> </condition> - <link target="/ordermgr/control/searchorders?lookupFlag=Y&hideFields=Y&partyId=${partyId}&externalLoginKey=${externalLoginKey}&viewIndex=1&viewSize=20" url-mode="inter-app"/> + <link target="/ordermgr/control/FindRequest?lookupFlag=Y&fromPartyId=${partyId}&externaLoginKey=${externalLoginKey}" url-mode="inter-app"/> </menu-item> <menu-item name="findQuote" title="${uiLabelMap.OrderOrderQuotes}" > <condition> @@ -93,23 +99,23 @@ </condition> <link target="/ordermgr/control/FindQuote?partyId=${partyId}&externalLoginKey=${externalLoginKey}" url-mode="inter-app"/> </menu-item> - <menu-item name="findRequest" title="${uiLabelMap.PartyPartyRequests}" > + <menu-item name="searchOrder" title="${uiLabelMap.OrderOrders}" > <condition> <if-has-permission permission="ORDERMGR" action="_VIEW"/> </condition> - <link target="/ordermgr/control/FindRequest?lookupFlag=Y&fromPartyId=${partyId}&externaLoginKey=${externalLoginKey}" url-mode="inter-app"/> + <link target="/ordermgr/control/searchorders?lookupFlag=Y&hideFields=Y&partyId=${partyId}&externalLoginKey=${externalLoginKey}&viewIndex=1&viewSize=20" url-mode="inter-app"/> </menu-item> - <menu-item name="newOrder" title="${uiLabelMap.OrderNewOrder}"> + <menu-item name="newQuote" title="${uiLabelMap.OrderNewQuote}"> <condition> <if-has-permission permission="ORDERMGR" action="_CREATE"/> </condition> - <link target="/ordermgr/control/checkinits?partyId=${partyId}&externaLoginKey=${externalLoginKey}" url-mode="inter-app"/> + <link target="/ordermgr/control/EditQuote?partyId=${partyId}&externaLoginKey=${externalLoginKey}" url-mode="inter-app"/> </menu-item> - <menu-item name="newQuote" title="${uiLabelMap.OrderNewQuote}"> + <menu-item name="newOrder" title="${uiLabelMap.OrderNewOrder}"> <condition> <if-has-permission permission="ORDERMGR" action="_CREATE"/> </condition> - <link target="/ordermgr/control/EditQuote?partyId=${partyId}&externaLoginKey=${externalLoginKey}" url-mode="inter-app"/> + <link target="/ordermgr/control/checkinits?partyId=${partyId}&externaLoginKey=${externalLoginKey}" url-mode="inter-app"/> </menu-item> <menu-item name="paymentsSent" title="${uiLabelMap.AccountingPaymentsSent}"> <condition> @@ -123,12 +129,6 @@ </condition> <link target="/accounting/control/findPayments?lookupFlag=Y&hideFields=Y&partyIdFrom=${partyId}&externaLoginKey=${externalLoginKey}" url-mode="inter-app"/> </menu-item> - <menu-item name="finAccounts" title="${uiLabelMap.AccountingFinAccounts}"> - <condition> - <if-has-permission permission="ACCOUNTING" action="_VIEW"/> - </condition> - <link target="/accounting/control/FindFinAccount?ownerPartyId=${partyId}" url-mode="inter-app"/> - </menu-item> </menu> <menu name="create-new-party" type="simple" menu-container-style="basic-nav"> <menu-item name="create-party-group" title="${uiLabelMap.PartyCreateNewPartyGroup}"> |
Free forum by Nabble | Edit this page |