svn commit: r887860 - in /ofbiz/trunk/applications: marketing/widget/sfa/CommonScreens.xml party/webapp/partymgr/static/partymgr.css

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

svn commit: r887860 - in /ofbiz/trunk/applications: marketing/widget/sfa/CommonScreens.xml party/webapp/partymgr/static/partymgr.css

hansbak-2
Author: hansbak
Date: Mon Dec  7 08:13:54 2009
New Revision: 887860

URL: http://svn.apache.org/viewvc?rev=887860&view=rev
Log:
changed proposed by pierre smits, left however the sequence party/related oarties/contact in the left column because also this way in party manager

Modified:
    ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
    ofbiz/trunk/applications/party/webapp/partymgr/static/partymgr.css

Modified: ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml?rev=887860&r1=887859&r2=887860&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml Mon Dec  7 08:13:54 2009
@@ -264,15 +264,17 @@
                                             <include-screen name="Party" location="component://party/widget/partymgr/ProfileScreens.xml"/>
                                             <include-screen name="partyRelContacts" location="component://party/widget/partymgr/ProfileScreens.xml"/>
                                             <include-screen name="Contact" location="component://party/widget/partymgr/ProfileScreens.xml"/>
-                                            <include-screen name="PaymentMethods" location="component://party/widget/partymgr/ProfileScreens.xml"/>
-                                            <include-screen name="LeadPartyDataSource" location="component://marketing/widget/sfa/LeadScreens.xml"/>
                                         </container>
                                         <container style="profile-right">
                                             <include-screen name="FinAccounts" location="component://party/widget/partymgr/ProfileScreens.xml"/>
                                             <include-screen name="Attributes" location="component://party/widget/partymgr/ProfileScreens.xml"/>
-                                            <include-screen name="Content" location="component://party/widget/partymgr/ProfileScreens.xml"/>
-                                            <include-screen name="Notes" location="component://party/widget/partymgr/ProfileScreens.xml"/>
+                                            <include-screen name="PaymentMethods" location="component://party/widget/partymgr/ProfileScreens.xml"/>
+                                            <include-screen name="LeadPartyDataSource" location="component://marketing/widget/sfa/LeadScreens.xml"/>
+                                        </container>
+                                        <container style="profile-bottom">
                                             <include-screen name="PartySalesOpportunities" location="component://party/widget/partymgr/ProfileScreens.xml"/>
+                                            <include-screen name="Notes" location="component://party/widget/partymgr/ProfileScreens.xml"/>
+                                            <include-screen name="Content" location="component://party/widget/partymgr/ProfileScreens.xml"/>
                                         </container>
                                     </widgets>
                                 </section>

Modified: ofbiz/trunk/applications/party/webapp/partymgr/static/partymgr.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/static/partymgr.css?rev=887860&r1=887859&r2=887860&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/static/partymgr.css (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/static/partymgr.css Mon Dec  7 08:13:54 2009
@@ -33,3 +33,8 @@
 float: right;
 width: 47%;
 }
+
+.profile-bottom {
+float: left;
+width: 100%;
+}