Author: pranayp
Date: Thu May 26 13:27:55 2016
New Revision: 1745600
URL:
http://svn.apache.org/viewvc?rev=1745600&view=revLog:
[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>