svn commit: r660433 - in /ofbiz/trunk/applications/party/widget/partymgr: CommonScreens.xml PartyMenus.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r660433 - in /ofbiz/trunk/applications/party/widget/partymgr: CommonScreens.xml PartyMenus.xml

hansbak-2
Author: hansbak
Date: Tue May 27 01:53:52 2008
New Revision: 660433

URL: http://svn.apache.org/viewvc?rev=660433&view=rev
Log:
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="&lt;br/&gt;"/>
-                                <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}&amp;&amp;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"/>