You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/05/26 13:27:55 UTC

svn commit: r1745600 - /ofbiz/trunk/applications/order/template/entry/cart/MiniCart.ftl

Author: pranayp
Date: Thu May 26 13:27:55 2016
New Revision: 1745600

URL: http://svn.apache.org/viewvc?rev=1745600&view=rev
Log:
[OFBIZ-7133] Applied patch from the ticket for UI fix for ecommerce cart summary to make it consistent with other sections.

Thanks Chandan Khandelwal for reporting the issue and thanks Arjun Kaushal for providing patch.

Modified:
    ofbiz/trunk/applications/order/template/entry/cart/MiniCart.ftl

Modified: ofbiz/trunk/applications/order/template/entry/cart/MiniCart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/entry/cart/MiniCart.ftl?rev=1745600&r1=1745599&r2=1745600&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/template/entry/cart/MiniCart.ftl (original)
+++ ofbiz/trunk/applications/order/template/entry/cart/MiniCart.ftl Thu May 26 13:27:55 2016
@@ -24,9 +24,11 @@ under the License.
     <#assign shoppingCartSize = 0>
 </#if>
 
-<div id="minicart">
-    <h3>${uiLabelMap.OrderCartSummary}</h3>
-    <div>
+<div id="minicart" class="screenlet">
+    <div class="screenlet-title-bar">
+      <h3>${uiLabelMap.OrderCartSummary}</h3>
+    </div>
+    <div class="screenlet-body">
         <#if (shoppingCartSize > 0)>
           <#if hidetoplinks?default("N") != "Y">
             <ul>