Fix for revision r3110
git-svn-id: https://svn.libreccm.org/ccm/trunk@3111 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
10d37ff138
commit
c63f52f14e
|
|
@ -362,7 +362,7 @@
|
||||||
<xsl:variable name="link-tree" select="current()"/>
|
<xsl:variable name="link-tree" select="current()"/>
|
||||||
|
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="$selected-only">
|
<xsl:when test="$selected-only and $current-level-tree/nav:category">
|
||||||
<xsl:for-each select="$current-level-tree[@isSelected = 'true']">
|
<xsl:for-each select="$current-level-tree[@isSelected = 'true']">
|
||||||
<xsl:apply-templates select="$link-tree/*">
|
<xsl:apply-templates select="$link-tree/*">
|
||||||
<xsl:with-param name="navigation-id" select="$navigation-id" tunnel="yes"/>
|
<xsl:with-param name="navigation-id" select="$navigation-id" tunnel="yes"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue