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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

lektran
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="<@ofbizUrl>checkoutoptions</@ofbizUrl>" class="buttontext">${uiLabelMap.EcommerceOnePageCheckout}</a></div>
           </#if>
         <#else>
-          <div class="tabletext">${uiLabelMap.OrderShoppingCartEmpty}</div>
+          <div>${uiLabelMap.OrderShoppingCartEmpty}</div>
         </#if>
     </div>
 </div>