Author: erwan
Date: Mon Jan 11 15:53:50 2010
New Revision: 897917
URL: http://svn.apache.org/viewvc?rev=897917&view=rev
Log:
Displaying missing menu as reported by Matthieu Bollot on the dev mailing list
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.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=897917&r1=897916&r2=897917&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml Mon Jan 11
15:53:50 2010
@@ -184,6 +184,7 @@
</condition>
<widgets>
<include-menu
location="component://party/widget/partymgr/PartyMenus.xml"
name="CommEventTabBar"/>
+ <include-menu
location="component://party/widget/partymgr/PartyMenus.xml"
name="CommSubTabBar"/>
</widgets>
</section>
</decorator-section>
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=897917&r1=897916&r2=897917&view=diff
==============================================================================
---
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
(original)
+++
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
Mon Jan 11 15:53:50 2010
@@ -256,11 +256,6 @@
</condition>
<widgets>
<decorator-screen name="FindScreenDecorator"
location="component://common/widget/CommonScreens.xml">
- <decorator-section name="menu-bar">
- <container style="button-bar">
- <include-menu name="CommSubTabBar"
location="component://party/widget/partymgr/PartyMenus.xml"/>
- </container>
- </decorator-section>
<decorator-section name="search-options">
<include-form
location="component://party/widget/partymgr/CommunicationEventForms.xml"
name="findCommEvents"/>
</decorator-section>