Author: buscob
Date: Thu Mar 5 21:17:10 2009
New Revision: 750590
URL: http://svn.apache.org/viewvc?rev=750590&view=rev
Log:
Removed "Create" and "Link" menu item in the PartyMgr. For these commands are
already available more consistent buttons.
Modified:
ofbiz/trunk/applications/party/widget/Menus.xml
Modified: ofbiz/trunk/applications/party/widget/Menus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/Menus.xml?rev=750590&r1=750589&r2=750590&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/party/widget/Menus.xml Thu Mar 5 21:17:10 2009
@@ -22,19 +22,7 @@
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd">
<menu name="PartyAppBar" title="${uiLabelMap.PartyManagerApplication}"
extends="CommonAppBarMenu"
extends-resource="component://common/widget/CommonMenus.xml">
- <menu-item name="find" title="${uiLabelMap.CommonFind}"><link
target="findparty"/></menu-item>
- <menu-item name="create" title="${uiLabelMap.CommonCreate}">
- <condition>
- <if-has-permission permission="PARTYMGR" action="_CREATE"/>
- </condition>
- <link target="createnew"/>
- </menu-item>
- <menu-item name="link" title="${uiLabelMap.PartyLink}">
- <condition>
- <if-has-permission permission="PARTYMGR" action="_UPDATE"/>
- </condition>
- <link target="linkparty"/>
- </menu-item>
+ <menu-item name="find" title="${uiLabelMap.PartyParties}"><link
target="findparty"/></menu-item>
<menu-item name="comm" title="${uiLabelMap.PartyCommunications}"><link
target="FindCommunicationEvents"/></menu-item>
<menu-item name="visits" title="${uiLabelMap.PartyVisits}"><link
target="showvisits"/></menu-item>
<menu-item name="classification"
title="${uiLabelMap.PartyClassifications}"><link
target="showclassgroups"/></menu-item>