You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2013/03/24 21:11:47 UTC

svn commit: r1460433 - /ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl

Author: jleroux
Date: Sun Mar 24 20:11:46 2013
New Revision: 1460433

URL: http://svn.apache.org/r1460433
Log:
This again stupidly slipped in :/

Modified:
    ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl

Modified: ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl?rev=1460433&r1=1460432&r2=1460433&view=diff
==============================================================================
--- ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl (original)
+++ ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl Sun Mar 24 20:11:46 2013
@@ -240,7 +240,6 @@ function setAlternateGwp(field) {
                     <#assign smallImageUrl = Static["org.ofbiz.product.product.ProductContentWrapper"].getProductContentAsText(cartLine.getProduct(), "SMALL_IMAGE_URL", locale, dispatcher)?if_exists />
                     <#if !smallImageUrl?string?has_content><#assign smallImageUrl = "/images/defaultImage.jpg" /></#if>
                     <#if smallImageUrl?string?has_content>
-========================================1=================================================                  
                       <a href="<@ofbizCatalogAltUrl productId=parentProductId/>">
                         <img src="<@o...@ofbizContentUrl>" alt="Product Image" class="imageborder" />
                       </a>