Author: deepak
Date: Fri Jan 11 06:07:03 2019
New Revision: 1851005
URL:
http://svn.apache.org/viewvc?rev=1851005&view=revLog:
Applied fix from trunk for revision: 1851002
===
Modified:
ofbiz/branches/release16.11/applications/order/template/entry/catalog/CategoryDetail.ftl
Modified: ofbiz/branches/release16.11/applications/order/template/entry/catalog/CategoryDetail.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/order/template/entry/catalog/CategoryDetail.ftl?rev=1851005&r1=1851004&r2=1851005&view=diff==============================================================================
--- ofbiz/branches/release16.11/applications/order/template/entry/catalog/CategoryDetail.ftl (original)
+++ ofbiz/branches/release16.11/applications/order/template/entry/catalog/CategoryDetail.ftl Fri Jan 11 06:07:03 2019
@@ -46,7 +46,7 @@ under the License.
<div class="product-prevnext">
<select name="pageSelect" onchange="callDocumentByPaginate(this[this.selectedIndex].value);">
<option value="#">${uiLabelMap.CommonPage} ${viewIndex?int + 1} ${uiLabelMap.CommonOf} ${viewIndexMax}</option>
- <#if (viewIndex?int > 1)>
+ <#if (viewIndexMax?int > 1)>
<#list 1..viewIndexMax as curViewNum>
<option value="${productCategoryId}~${viewSize}~${curViewNum-1?int}">${uiLabelMap.CommonGotoPage} ${curViewNum}</option>
</#list>