bugfix foundry empty lists
git-svn-id: https://svn.libreccm.org/ccm/trunk@5737 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
c46ad3e647
commit
935630825c
|
|
@ -95,7 +95,7 @@
|
||||||
<xsl:value-of select="./nav:noContent and $hide-empty-list = false()" />
|
<xsl:value-of select="./nav:noContent and $hide-empty-list = false()" />
|
||||||
</pre>-->
|
</pre>-->
|
||||||
|
|
||||||
<xsl:if test="not(./nav:noContent) or (./nav:content and $hide-empty-list = false())">
|
<xsl:if test="./nav:noContent or (./nav:content and $hide-empty-list = false())">
|
||||||
<!--<pre>showing list</pre>-->
|
<!--<pre>showing list</pre>-->
|
||||||
<xsl:apply-templates>
|
<xsl:apply-templates>
|
||||||
<xsl:with-param name="object-list-datatree"
|
<xsl:with-param name="object-list-datatree"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue