[
https://issues.apache.org/jira/browse/OFBIZ-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sharan Foga updated OFBIZ-3194:
-------------------------------
Sprint: Bug Crush Event - 21/2/2015
> Quick look are showing pagination renderNextPrev pagination style when list size is greater than 20
> ---------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-3194
> URL:
https://issues.apache.org/jira/browse/OFBIZ-3194> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: Trunk
> Reporter: Divesh Dutta
> Attachments: OFBiz-3194.patch
>
>
> Quick look are showing pagination renderNextPrev pagination style when list size is greater than 20.
> In htmlFormMacroLibrary.ftl below given code snippet is hard-coded. :
> {<#if listSize gt 20>}
> This can be changed to
> {<#if listSize gt viewSize>}
> as viewSize is passed as parameter in macro renderNextPrev. This is also reported by Matthieu Bollot in developer mailing list.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)