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

In the search engine, on "sort by" links, the class "current" appears only when the score sort is actived, the others do not have class

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.4.2, 3.5
    • 3.4.1, 3.5
    • None
    • None

      Sort by score :

      <xsl:when test="/search//sort-by-score">
      							<span class="current"><i18n:text i18n:key="FRONT_MODULE_SEARCH_SORT_BY_SCORE" i18n:catalogue="plugin.web"/></span>
      						</xsl:when>

      Sort by title (line 196) :

       <xsl:when test="/search//sort-by-title-for-sorting">
       	<i18n:text i18n:key="FRONT_MODULE_SEARCH_SORT_BY_TITLE" i18n:catalogue="plugin.web"/>
       	</xsl:when>

      Sort by last validation (line 210) :

      <xsl:when test="/search//sort-by-last-validation">
       	<i18n:text i18n:key="FRONT_MODULE_SEARCH_SORT_BY_DATE" i18n:catalogue="plugin.web"/>
       	</xsl:when>

            ngavalda Nicolas Gavalda (Inactive)
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: