Author: jleroux
Date: Thu Nov 12 12:01:09 2009
New Revision: 835357

URL: http://svn.apache.org/viewvc?rev=835357&view=rev
Log:
A patch from Deepak Dixit "popup.js is missing on product page for order 
entry." (https://issues.apache.org/jira/browse/OFBIZ-3188) - OFBIZ-3188

Steps to check:
1) Start placing a sales order from order manager application.
2) Then add WG-9943 in to the cart.User will land on page where he need to 
select feature of the product as "WG-9943".
3) In this page in cross sell and up sell section product images are displayed 
twice.

With the patch Popup is display correctly in blue light and flat grey theme but 
in bizznesstime theme popup is still not displayed properly. (I have opened 
https://issues.apache.org/jira/browse/OFBIZ-3189 for this)

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

Modified: 
ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml?rev=835357&r1=835356&r2=835357&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml 
(original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml 
Thu Nov 12 12:01:09 2009
@@ -139,6 +139,8 @@
                 <set field="rightbarScreenName" value="rightbar"/>
                 <set field="MainColumnStyle" value="center"/>-->
                 <set field="layoutSettings.javaScripts[]" 
value="/images/prototypejs/prototype.js" global="true"/>
+                <set field="layoutSettings.javaScripts[]" 
value="/images/prototypejs/popup.js" global="true"/>
+                <set field="layoutSettings.styleSheets[]" 
value="/images/prototypejs/popup.css" global="true"/>
                 <set field="title-property" value="PageTitleProductPage"/>
                 <set field="configproductdetailScreen" 
value="component://order/widget/ordermgr/OrderEntryCatalogScreens.xml#configproductdetail"/>
                 <script 
location="component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy"/>

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=835357&r1=835356&r2=835357&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Thu Nov 12 12:01:09 
2009
@@ -533,7 +533,7 @@
     border-bottom: #999 solid 0.1em;
     /* using min-height as an alternative to clear: both; because that, in 
some browsers, will clear the top-level columns and not just in this div 
(Mozilla based, namely) */
     min-height: 6em;
-    overflow: auto;
+    overflow: visible;
     padding: 0.5em;
     position: relative;
 }

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=835357&r1=835356&r2=835357&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Thu Nov 12 12:01:09 
2009
@@ -534,7 +534,7 @@
 border-bottom: #999 solid 0.1em;
 /* using min-height as an alternative to clear: both; because that, in some 
browsers, will clear the top-level columns and not just in this div (Mozilla 
based, namely) */
 min-height: 6em;
-overflow: auto;
+overflow: visible;
 padding: 0.5em;
 position: relative;
 }


Reply via email to