Author: ashish
Date: Fri Sep 18 08:29:16 2009
New Revision: 816530
URL:
http://svn.apache.org/viewvc?rev=816530&view=revLog:
No functional change -formating fixes from Sumit Pandit.
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl?rev=816530&r1=816529&r2=816530&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl Fri Sep 18 08:29:16 2009
@@ -22,26 +22,26 @@
</#if>
<#if associatedProducts?has_content>
-<div class="screenlet">
+ <div class="screenlet">
<div class="screenlet-header">
- <div class="boxhead"> ${uiLabelMap.OrderHelpAlsoInterestedIn}</div>
+ <div class="boxhead"> ${uiLabelMap.OrderHelpAlsoInterestedIn}</div>
</div>
<div class="screenlet-body">
- <table cellspacing="0" cellpadding="1" border="0">
- <#-- random complementary products -->
- <#list associatedProducts as assocProduct>
- <tr>
- <td>
- ${setRequestAttribute("optProduct", assocProduct)}
- ${setRequestAttribute("listIndex", assocProduct_index)}
- ${screens.render(productsummaryScreen)}
- </td>
- </tr>
- <#if assocProduct_has_next>
- <tr><td><hr></td></tr>
- </#if>
- </#list>
- </table>
+ <table cellspacing="0" cellpadding="1" border="0">
+ <#-- random complementary products -->
+ <#list associatedProducts as assocProduct>
+ <tr>
+ <td>
+ ${setRequestAttribute("optProduct", assocProduct)}
+ ${setRequestAttribute("listIndex", assocProduct_index)}
+ ${screens.render(productsummaryScreen)}
+ </td>
+ </tr>
+ <#if assocProduct_has_next>
+ <tr><td><hr></td></tr>
+ </#if>
+ </#list>
+ </table>
</div>
-</div>
+ </div>
</#if>