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

The "last page" button of the pagination should appear when you display the third page starting from the end

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.8.12, 4.9.0
    • None
    • None
    • None
    • FF

      On plugin-web/stylesheets/utils.xsl, line 86,

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

      should include the third page starting from the end :

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

          [CMS-5395] The "last page" button of the pagination should appear when you display the third page starting from the end

          Laurence Aumeunier made changes -
          Fix Version/s New: 4.8.12 [ 19607 ]
          Fix Version/s Original: 4.8.11 [ 19586 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 4.8.11 [ 19586 ]
          Fix Version/s Original: 4.8.10 [ 19486 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 4.8.10 [ 19486 ]
          Fix Version/s Original: 4.8.9 [ 19440 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 4.8.9 [ 19440 ]
          Fix Version/s Original: 4.8.8 [ 19428 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 4.8.8 [ 19428 ]
          Fix Version/s Original: 4.8.7 [ 19406 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 4.8.7 [ 19406 ]
          Fix Version/s Original: 4.8.6 [ 19385 ]
          Cédric Damioli made changes -
          Fix Version/s New: 4.8.6 [ 19385 ]
          Fix Version/s Original: 4.8.5 [ 19290 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 4.8.5 [ 19290 ]
          Fix Version/s Original: 4.8.4 [ 19186 ]
          Cédric Damioli made changes -
          Fix Version/s New: 4.7.17 [ 19202 ]
          Fix Version/s Original: 4.7.16 [ 19092 ]
          Cédric Damioli made changes -
          Fix Version/s New: 4.8.4 [ 19186 ]
          Fix Version/s Original: 4.8.3 [ 19091 ]

            Unassigned Unassigned
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: