Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-4232

[Search] Last button in pagination is never shown

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.4.2, 3.5
    • None
    • Plugin : Web
    • 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 &lt; ($nbPages - 2)">

      It should be :

      <xsl:if test="$current-page/@index &lt; ($nbPages - 2)">

          [CMS-4232] [Search] Last button in pagination is never shown

          There are no comments yet on this issue.

            laurence Laurence Aumeunier
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: