Changeset 31656


Ignore:
Timestamp:
2017-05-08T10:01:04+12:00 (7 years ago)
Author:
kjdon
Message:

fixed up the nodeId parameter passing to classifierNodeLink. Didn't work the way I had it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl

    r31563 r31656  
    231231                    </xsl:if>
    232232
    233                     <xslt:attribute name='href'><xslt:call-template name="classifierNodeLink"><xsl:if test="@style"><xslt:with-param name="link-type"><xsl:value-of select="@style"/></xslt:with-param></xsl:if><xsl:if test="@nodeID"><xslt:with-param name="node-id" select="@nodeID"/></xsl:if></xslt:call-template>
     233                    <xslt:attribute name='href'><xslt:call-template name="classifierNodeLink"><xsl:if test="@style"><xslt:with-param name="link-type"><xsl:value-of select="@style"/></xslt:with-param></xsl:if><xsl:if test="@nodeID"><xslt:with-param name="node-id"><xsl:value-of select="@nodeID"/></xslt:with-param></xsl:if></xslt:call-template>
    234234                    </xslt:attribute>
    235235                    <xsl:copy-of select="$opt-title"/>
Note: See TracChangeset for help on using the changeset viewer.