Author: pranayp
Date: Thu May 26 13:33:15 2016
New Revision: 1745604
URL: http://svn.apache.org/viewvc?rev=1745604&view=rev
Log:
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/release13.07/applications/order/webapp/ordermgr/entry/cart/minicart.ftl
Modified:
ofbiz/branches/release13.07/applications/order/webapp/ordermgr/entry/cart/minicart.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/order/webapp/ordermgr/entry/cart/minicart.ftl?rev=1745604&r1=1745603&r2=1745604&view=diff
==============================================================================
---
ofbiz/branches/release13.07/applications/order/webapp/ordermgr/entry/cart/minicart.ftl
(original)
+++
ofbiz/branches/release13.07/applications/order/webapp/ordermgr/entry/cart/minicart.ftl
Thu May 26 13:33:15 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>