svn commit: r1821045 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductDetail.ftl

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

svn commit: r1821045 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductDetail.ftl

Deepak Dixit-5
Author: deepak
Date: Sat Jan 13 06:45:19 2018
New Revision: 1821045

URL: http://svn.apache.org/viewvc?rev=1821045&view=rev
Log:
Fixed: Recent markup changed breaks Product view page,  https://demo-trunk.ofbiz.apache.org/ecommerce/round-gizmo-GZ-2644-p (OFBIZ-10117)
Thanks Parakh and Mayank for your contribution

Modified:
    ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductDetail.ftl

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductDetail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductDetail.ftl?rev=1821045&r1=1821044&r2=1821045&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductDetail.ftl (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductDetail.ftl Sat Jan 13 06:45:19 2018
@@ -982,8 +982,8 @@ $(function(){
         <a href="<@ofbizUrl>reviewProduct?category_id=${categoryId!}&amp;product_id=${product.productId}</@ofbizUrl>"
            class="linktext">${uiLabelMap.ProductBeTheFirstToReviewThisProduct}</a>
       </div>
-    </div>
     </#if>
+  </div>
     <#-- Upgrades/Up-Sell/Cross-Sell -->
     <#macro associated assocProducts beforeName showName afterName formNamePrefix targetRequestName>
       <#assign pageProduct = product />