Author: adrianc
Date: Wed Feb 13 09:02:05 2008
New Revision: 627524

URL: http://svn.apache.org/viewvc?rev=627524&view=rev
Log:
Fixed broken order screens caused by style changes.

Modified:
    
ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promoUseDetailsInline.ftl
    ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml

Modified: 
ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promoUseDetailsInline.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promoUseDetailsInline.ftl?rev=627524&r1=627523&r2=627524&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promoUseDetailsInline.ftl
 (original)
+++ 
ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promoUseDetailsInline.ftl
 Wed Feb 13 09:02:05 2008
@@ -68,7 +68,7 @@
                 </#if>
             </#list>
         </div>
-        <div class="clear"><span> </span></div>
+        <br class="clear"/>
     </div>
 </div>
                 

Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml?rev=627524&r1=627523&r2=627524&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml 
(original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml Wed Feb 
13 09:02:05 2008
@@ -45,11 +45,10 @@
                 <decorator-screen name="CommonOrderViewDecorator">
                     <decorator-section name="body">
                         <include-screen name="orderHeader"/>
-                        <container style="clear">
-                            <platform-specific>
-                                <html><html-template 
location="component://order/webapp/ordermgr/order/orderitems.ftl"/></html>
-                            </platform-specific>
-                        </container>
+                        <container style="clear"/>
+                        <platform-specific>
+                            <html><html-template 
location="component://order/webapp/ordermgr/order/orderitems.ftl"/></html>
+                        </platform-specific>
                         <platform-specific>
                             <html><html-template 
location="component://order/webapp/ordermgr/order/ordernotes.ftl"/></html>
                         </platform-specific>
@@ -158,11 +157,10 @@
                 <decorator-screen name="CommonOrderViewDecorator">
                     <decorator-section name="body">
                         <include-screen name="orderHeader"/>
-                        <container style="clear">
-                            <platform-specific>
-                                <html><html-template 
location="component://order/webapp/ordermgr/order/editorderitems.ftl"/></html>
-                            </platform-specific>
-                        </container>
+                        <container style="clear"/>
+                        <platform-specific>
+                            <html><html-template 
location="component://order/webapp/ordermgr/order/editorderitems.ftl"/></html>
+                        </platform-specific>
                         <platform-specific>
                             <html><html-template 
location="component://order/webapp/ordermgr/order/appendorderitem.ftl"/></html>
                         </platform-specific>


Reply via email to