Changeset 560
- Timestamp:
- 06/09/06 00:35:36
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r558 r560 3296 3296 <li class="{$itemClass}"> 3297 3297 <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}"> 3299 3301 <xsl:value-of select="name"/> 3300 3302 </a>
