Author: pranayp
Date: Thu May 26 13:32:02 2016
New Revision: 1745603
URL:
http://svn.apache.org/viewvc?rev=1745603&view=revLog:
Manually applied fix from trunk revision 1745600.
---------------------------------------------------------------------
[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/branches/release14.12/applications/order/webapp/ordermgr/entry/cart/minicart.ftl
Modified: ofbiz/branches/release14.12/applications/order/webapp/ordermgr/entry/cart/minicart.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/order/webapp/ordermgr/entry/cart/minicart.ftl?rev=1745603&r1=1745602&r2=1745603&view=diff==============================================================================
--- ofbiz/branches/release14.12/applications/order/webapp/ordermgr/entry/cart/minicart.ftl (original)
+++ ofbiz/branches/release14.12/applications/order/webapp/ordermgr/entry/cart/minicart.ftl Thu May 26 13:32:02 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>