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

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

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

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