From 39da2f1993bf5e26c6fd563fe1532e3e6f5fc91c Mon Sep 17 00:00:00 2001 From: jensp Date: Thu, 8 Oct 2015 17:21:21 +0000 Subject: [PATCH] Foundry: BugFix in for navigation display. The selected-only attribute was not handled correctly. git-svn-id: https://svn.libreccm.org/ccm/trunk@3675 8810af33-2d31-482b-a856-94f89814c4df --- .../foundry/lib/template-tags/navigation.xsl | 88 ++++++++++++------- 1 file changed, 58 insertions(+), 30 deletions(-) diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/navigation.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/navigation.xsl index 6fc8ecd9f..8e9df7204 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/navigation.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/navigation.xsl @@ -296,7 +296,9 @@ @@ -313,36 +315,62 @@ - - - - + + + + - + + - + - - - - + + + + - + select="$show-description-text" + tunnel="yes"/> + + + select="$current-level-tree/nav:category" + tunnel="yes"/> + tunnel="yes"/> @@ -370,15 +398,15 @@ + select="show-description-text" + tunnel="yes"/> + select="current()" + tunnel="yes"/> + select="$navigation-links-tree" + tunnel="yes"/> @@ -410,15 +438,15 @@ + select="show-description-text" + tunnel="yes"/> + select="current()" + tunnel="yes"/> + select="$navigation-links-tree" + tunnel="yes"/>