You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2008/07/26 10:05:28 UTC

svn commit: r679966 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl

Author: lektran
Date: Sat Jul 26 01:05:27 2008
New Revision: 679966

URL: http://svn.apache.org/viewvc?rev=679966&view=rev
Log:
Revert my previous commit, thanks to Vikas for pointing out that I was undoing Adrian's work

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl?rev=679966&r1=679965&r2=679966&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl Sat Jul 26 01:05:27 2008
@@ -71,7 +71,7 @@
             <div style="margin-top: 4px;"><a href="<@o...@ofbizUrl>" class="buttontext">${uiLabelMap.EcommerceOnePageCheckout}</a></div>
           </#if>
         <#else>
-          <div class="tabletext">${uiLabelMap.OrderShoppingCartEmpty}</div>
+          <div>${uiLabelMap.OrderShoppingCartEmpty}</div>
         </#if>
     </div>
 </div>