svn commit: r659880 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/lastviewedproducts.ftl

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

svn commit: r659880 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/lastviewedproducts.ftl

lektran
Author: lektran
Date: Sat May 24 15:25:14 2008
New Revision: 659880

URL: http://svn.apache.org/viewvc?rev=659880&view=rev
Log:
Fix for OFBIZ-1804 reported by Bruuno Busco,  The [More] link on the Last viewed products widget does not work.

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/lastviewedproducts.ftl

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/lastviewedproducts.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/lastviewedproducts.ftl?rev=659880&r1=659879&r2=659880&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/lastviewedproducts.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/lastviewedproducts.ftl Sat May 24 15:25:14 2008
@@ -16,7 +16,6 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<#assign uiLabelMap = requestAttributes.uiLabelMap>
 <table border="0" width="100%" cellpadding="3">
   <tr>
     <td colspan="2">
@@ -32,16 +31,14 @@
 <center>
   <table width='100%' border='0' cellpadding='0' cellspacing='0'>        
     <#list sessionAttributes.lastViewedProducts as productId>              
-      <tr><td><hr class="sepbar"/></td></tr>
       <tr>
         <td>
           ${setRequestAttribute("optProductId", productId)}
           ${setRequestAttribute("listIndex", productId_index)}
-          ${pages.get("/catalog/productsummary.ftl")}
+          ${screens.render("component://ecommerce/widget/CatalogScreens.xml#productsummary")}
         </td>
       </tr>
     </#list>
-    <tr><td colspan="2"><hr class="sepbar"/></td></tr>
   </table>
 </center>
 <#else>