Author: lektran
Date: Sat May 24 15:25:14 2008
New Revision: 659880
URL:
http://svn.apache.org/viewvc?rev=659880&view=revLog:
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>