-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
The test to show the last button into the pagination of a search is not well defined.
The XSL test is :
<xsl:if test="$current-page < ($nbPages - 2)">
It should be :
<xsl:if test="$current-page/@index < ($nbPages - 2)">