Changeset 3415

Show
Ignore:
Timestamp:
11/24/06 15:44:14 (2 years ago)
Author:
rinoa
Message:

Fixes colors in events, like topic changes. #926

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Resources/Styles/DecafBland.colloquyStyle/Contents/Resources/main.xsl

    r3395 r3415  
    160160        </xsl:template> 
    161161 
     162        <xsl:template match="@*|*" mode="event"> 
     163                <xsl:copy><xsl:apply-templates select="@*|node()" mode="event" /></xsl:copy> 
     164        </xsl:template> 
     165 
    162166        <xsl:template match="@*|*" mode="copy"> 
    163167                <xsl:copy><xsl:apply-templates select="@*|node()" mode="copy" /></xsl:copy> 
  • trunk/Resources/Styles/Fiat.colloquyStyle/Contents/Resources/main.xsl

    r3395 r3415  
    232232        <xsl:template match="span[contains(@class,'member')]" mode="copy"> 
    233233                <a href="member:{current()}" class="member"><xsl:value-of select="current()" /></a> 
     234        </xsl:template> 
     235 
     236        <xsl:template match="@*|*" mode="event"> 
     237                <xsl:copy><xsl:apply-templates select="@*|node()" mode="event" /></xsl:copy> 
    234238        </xsl:template> 
    235239 
  • trunk/Resources/Styles/Synapse.colloquyStyle/Contents/Resources/main.xsl

    r3395 r3415  
    188188        <xsl:template match="span[contains(@class,'member')]" mode="copy"> 
    189189                <a href="member:{current()}" class="member"><xsl:value-of select="current()" /></a> 
     190        </xsl:template> 
     191 
     192        <xsl:template match="@*|*" mode="event"> 
     193                <xsl:copy><xsl:apply-templates select="@*|node()" mode="event" /></xsl:copy> 
    190194        </xsl:template> 
    191195 
  • trunk/Resources/default.xsl

    r3395 r3415  
    136136        </xsl:template> 
    137137 
     138        <xsl:template match="@*|*" mode="event"> 
     139                <xsl:copy><xsl:apply-templates select="@*|node()" mode="event" /></xsl:copy> 
     140        </xsl:template> 
     141 
    138142        <xsl:template match="@*|*" mode="copy"> 
    139143                <xsl:copy><xsl:apply-templates select="@*|node()" mode="copy" /></xsl:copy>