svn commit: r816530 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl

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

svn commit: r816530 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl

ashish-18
Author: ashish
Date: Fri Sep 18 08:29:16 2009
New Revision: 816530

URL: http://svn.apache.org/viewvc?rev=816530&view=rev
Log:
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">&nbsp;${uiLabelMap.OrderHelpAlsoInterestedIn}</div>
+      <div class="boxhead">&nbsp;${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>