Author: hansbak
Date: Tue May 27 01:53:52 2008
New Revision: 660433
URL:
http://svn.apache.org/viewvc?rev=660433&view=revLog:
a bit too much in last commit: partly reverted...
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml
ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml?rev=660433&r1=660432&r2=660433&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml Tue May 27 01:53:52 2008
@@ -74,8 +74,6 @@
</condition>
<widgets>
<include-menu location="component://party/widget/partymgr/PartyMenus.xml" name="ProfileTabBar"/>
- <label text="<br/>"/>
- <include-menu location="component://party/widget/partymgr/PartyMenus.xml" name="ProfileSubTabBar"/>
</widgets>
</section>
</decorator-section>
Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=660433&r1=660432&r2=660433&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Tue May 27 01:53:52 2008
@@ -74,15 +74,7 @@
<link target="FindEmploymentApp?partyId=${partyId}&&referredByPartyId=${partyId}"/>
</menu-item>
</menu>
- <menu name="ProfileSubTabBar" menu-container-style="button-bar button-style-2" default-selected-style="selected">
- <menu-item name="createNew" title="${uiLabelMap.CommonCreateNew}" >
- <condition>
- <if-has-permission permission="PARTYMGR" action="_VIEW"/>
- </condition>
- <link target="/accounting/control/FindBillingAccount?partyId=${partyId}" url-mode="inter-app"
- text="${uiLabelMap.AccountingBillingAccount}"/>
- </menu-item>
- </menu>
+
<menu name="create-new-party" type="simple" menu-container-style="basic-nav">
<menu-item name="create-party-group" title="${uiLabelMap.PartyCreateNewPartyGroup}">
<link target="editpartygroup?create_new=Y"/>