WORK IN PROGRESS, GET THE STABLE SOURCE FROM THE DOWNLOADS TAB

Updates List Sub Pages By Level xslt template

[TFS Changeset #64737]
This commit is contained in:
starfighter83
2010-03-15 10:18:56 +00:00
parent fd4f34df3c
commit 49e32dce0a

View File

@@ -18,7 +18,7 @@
<!-- The fun starts here -->
<ul>
<xsl:for-each select="$currentPage/ancestor-or-self::* [@level=$level]/node [string(umbracoNaviHide) != '1']">
<xsl:for-each select="$currentPage/ancestor-or-self::* [@level=$level]/* [@isDoc and string(umbracoNaviHide) != '1']">
<li>
<a href="{umbraco.library:NiceUrl(@id)}">
<xsl:value-of select="@nodeName"/>