Ignore:
Timestamp:
10/05/06 18:54:47 (6 years ago)
Author:
sam
Message:

Ajout sm:labelTitle à WTooltip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_crossRefTableUiWidget/xhtmlContent.xsl.xsl

    r6634 r6773  
    5656                <xsl:apply-templates mode="index_{generate-id()}" /> 
    5757        </xsl0:template> 
     58 
     59        <!-- sm:WLinkCaller ===================================================================== --> 
    5860        <xsl0:template match="sm:WLinkCaller" mode="contentTpl"> 
    5961                <a class="{@commonClass}"> 
     
    9193        <xsl0:template match="sm:WTooltip" mode="contentTpl"> 
    9294                <span class="{si(@commonClass, @commonClass, 'ttCrossRef')}_a"> 
     95                        <xsl0:if test="count(sm:labelTitle) != 0"> 
     96                                <addAttribute name="title" filter="textOnly"><xsl0:apply-templates select="sm:labelTitle/node()" mode="contentTpl"/></addAttribute> 
     97                        </xsl0:if> 
    9398                        <scTooltip> 
    9499                                <xsl0:attribute name="trigger"><xsl0:value-of select="si(sm:tooltip/@trigger, sm:tooltip/@trigger, 'onmouseover')"/></xsl0:attribute> 
     
    103108                        </xsl0:choose></span> 
    104109        </xsl0:template> 
    105          
    106          
    107110         
    108111        <xsl0:template match="sm:titlePageCaller" mode="contentTpl"> 
Note: See TracChangeset for help on using the changeset viewer.