Changeset 1038

Show
Ignore:
Timestamp:
10/20/06 16:27:39
Author:
johnsa
Message:

fix double-encoding of calendar path in admin event-upload form.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r1037 r1038  
    23012301        </xsl:choose> 
    23022302      </xsl:attribute> 
    2303       <xsl:variable name="calPath" select="encodedPath"/
     2303      <xsl:variable name="calPath" select="path"/><!-- not the encodedPath when put in a form - otherwise it gets double encoded --
    23042304      <xsl:variable name="calDisplay" select="path"/> 
    23052305      <xsl:choose>