Uploaded image for project: 'Skin Intranet'
  1. Skin Intranet
  2. SKININTRA-120

Missing class on links disabled/broken/new to get a good rendering

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.1.2, 1.2.0
    • 1.1.1
    • None
    • None
    • 4.6 M6

      How to reproduce : 

      use test mode on a link with "Notifications" theme.
      The icon appears above the text instead of next to. 

      It is necessarry to add "flex" class on the span :

      <xsl:when test="@disabled">
                                  <span class="flex">
                                       <xsl:call-template name="link-title">
                                          <xsl:with-param name="showThemes" select="$showThemes"/>
                                          <xsl:with-param name="showUrl" select="$showUrl"/>
                                       </xsl:call-template>
                                       <xsl:call-template name="link-picture">
                                          <xsl:with-param name="height" select="$height"/>
                                          <xsl:with-param name="width" select="$width"/>
                                       </xsl:call-template>
                                  </span>
                              </xsl:when> 

       

            laurence Laurence Aumeunier
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: