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 10:17:36 UTC

svn commit: r1460287 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl

Author: jleroux
Date: Sun Mar 24 09:17:35 2013
New Revision: 1460287

URL: http://svn.apache.org/r1460287
Log:
Ooops :D this slipped it inadvertently (put for testing Jira 5030)
Thanks for spotting it Adrian! 

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl?rev=1460287&r1=1460286&r2=1460287&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl Sun Mar 24 09:17:35 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>