You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adrian Crum <ad...@sandglass-software.com> on 2013/03/24 09:55:05 UTC

Re: svn commit: r1460116 - in /ofbiz/trunk: applications/accounting/config/ applications/accounting/webapp/accounting/finaccounttrans/ applications/accounting/widget/ specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/ specialpurpose/ecommerce/w...

On 3/23/2013 8:27 AM, jleroux@apache.org wrote:
> Author: jleroux
> Date: Sat Mar 23 08:27:30 2013
> New Revision: 1460116
> 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=1460116&r1=1460115&r2=1460116&view=diff
> ==============================================================================
> --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl (original)
> +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl Sat Mar 23 08:27:30 2013
> @@ -240,6 +240,7 @@ 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>
>
>

What is that??!!

-Adrian


Re: svn commit: r1460116 - in /ofbiz/trunk: applications/accounting/config/ applications/accounting/webapp/accounting/finaccounttrans/ applications/accounting/widget/ specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/ specialpurpose/ecommerce/w

Posted by Jacques Le Roux <ja...@les7arts.com>.
Ooops :D it slipped it inadverdentdly (put for testing Jira 5030)
Removed, thanks for spotting it Adrian! 

Jacques

From: "Adrian Crum" <ad...@sandglass-software.com>
> On 3/23/2013 8:27 AM, jleroux@apache.org wrote:
>> Author: jleroux
>> Date: Sat Mar 23 08:27:30 2013
>> New Revision: 1460116
>> 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=1460116&r1=1460115&r2=1460116&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl (original)
>> +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl Sat Mar 23 08:27:30 2013
>> @@ -240,6 +240,7 @@ 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>
>>
>>
> 
> What is that??!!
> 
> -Adrian
>