Changeset 1742
- Timestamp:
- 02/15/08 01:13:59
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1728 r1742 4092 4092 </xsl:choose> 4093 4093 </xsl:attribute> 4094 <xsl:variable name="calPath" select=" path"/>4094 <xsl:variable name="calPath" select="encodedPath"/> 4095 4095 <a href="{$setSelection}&calUrl={$calPath}"> 4096 4096 <xsl:value-of select="name"/> … … 4119 4119 </xsl:choose> 4120 4120 </xsl:attribute> 4121 <xsl:variable name="calPath" select=" path"/>4121 <xsl:variable name="calPath" select="encodedPath"/> 4122 4122 <xsl:choose> 4123 4123 <xsl:when test="calType='5'">
