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...

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

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...

Adrian Crum-3

On 3/23/2013 8:27 AM, [hidden email] 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="<@ofbizContentUrl>${requestAttributes.contentPathPrefix?if_exists}${smallImageUrl}</@ofbizContentUrl>" alt="Product Image" class="imageborder" />
>                         </a>
>
>

What is that??!!

-Adrian

Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
Ooops :D it slipped it inadverdentdly (put for testing Jira 5030)
Removed, thanks for spotting it Adrian!

Jacques

From: "Adrian Crum" <[hidden email]>

> On 3/23/2013 8:27 AM, [hidden email] 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="<@ofbizContentUrl>${requestAttributes.contentPathPrefix?if_exists}${smallImageUrl}</@ofbizContentUrl>" alt="Product Image" class="imageborder" />
>>                         </a>
>>
>>
>
> What is that??!!
>
> -Adrian
>