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="<@ofbizContentUrl>${requestAttributes.contentPathPrefix?if_exists}${smallImageUrl}</@ofbizContentUrl>"
 alt="Product Image" class="imageborder" />
                       </a>


Reply via email to