Re: svn commit: r1725218 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproduct detail.ftl

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

Re: svn commit: r1725218 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproduct detail.ftl

Jacques Le Roux
Administrator
Thanks Deepak!

Jacques

Le 18/01/2016 11:35, [hidden email] a écrit :

> Author: deepak
> Date: Mon Jan 18 10:35:55 2016
> New Revision: 1725218
>
> URL: http://svn.apache.org/viewvc?rev=1725218&view=rev
> Log:
> Use html encode type instead string to get the config instruction.
>
> Modified:
>      ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
>
> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl?rev=1725218&r1=1725217&r2=1725218&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl (original)
> +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl Mon Jan 18 10:35:55 2016
> @@ -457,7 +457,7 @@ function getConfigDetails() {
>                 <#if question.isFirst()>
>                   <a name='#${question.getConfigItem().getString("configItemId")}'></a>
>                   <div>${question.description!}</div>
> -                <#assign instructions = question.content.get("INSTRUCTIONS", "string")!>
> +                <#assign instructions = question.content.get("INSTRUCTIONS", "html")!>
>                   <#if instructions?has_content>
>                     <a href="javascript:showErrorAlert("${uiLabelMap.CommonErrorMessage2}","${instructions}");" class="buttontext">Instructions</a>
>                   </#if>
>
>
>