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

The RSS links of services should appears after the title tag instead of before

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.LATER
    • 4.0M6
    • None
    • None
    • 2 - Long term
    • 2 - Normal

      In the services where there is RSS link (filtered content service, newsletter list), the link RSS is displayed before the title tag. It should be displayed after it.

      What we have :

      <!-- Used in common.xsl --> 
          <xsl:template name="common-service-body-nonempty-content-title">
              <xsl:call-template name="rss"/>
          
              <xsl:call-template name="common-service-body-nonempty-content-title-content">
                  <xsl:with-param name="title" select="$service-title"/>
              </xsl:call-template>    
          </xsl:template>

      What we expect :

      <!-- Used in common.xsl --> 
          <xsl:template name="common-service-body-nonempty-content-title">
              <xsl:call-template name="common-service-body-nonempty-content-title-content">
                  <xsl:with-param name="title" select="$service-title"/>
              </xsl:call-template>    
              
              <xsl:call-template name="rss"/>
          </xsl:template>

          [CMS-7418] The RSS links of services should appears after the title tag instead of before

          Laure Lopez made changes -
          Status Original: Feedback required [ 10000 ] New: Open [ 1 ]
          Raphaël Franchet made changes -
          Status Original: Open [ 1 ] New: Feedback required [ 10000 ]
          Raphaël Franchet made changes -
          Estimation New: 2 - Normal [ 10220 ]
          Internal review New: 2 - Long term [ 10217 ]
          Raphaël Franchet made changes -
          Issue Type Original: Bug [ 1 ] New: Improvement [ 4 ]
          Raphaël Franchet made changes -
          Fix Version/s New: 4.LATER [ 13984 ]
          Laure Lopez created issue -

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

              Created:
              Updated: