Changeset 560

Show
Ignore:
Timestamp:
06/09/06 00:35:36
Author:
johnsa
Message:

subscription style update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r558 r560  
    32963296                <li class="{$itemClass}"> 
    32973297                        <xsl:variable name="subUri" select="uri"/> 
    3298                         <a href="{$setSelection}?calUrl={$subUri}"> 
     3298                        <!-- the following variable assumes colors for the subscription style; this should be done differently --> 
     3299                        <xsl:variable name="underlineStyle">border-bottom: 2px solid #<xsl:value-of select="style"/>;</xsl:variable> 
     3300                        <a href="{$setSelection}?calUrl={$subUri}" style="{$underlineStyle}"> 
    32993301                                <xsl:value-of select="name"/> 
    33003302                        </a>