Added a case for the lastModified template in Mandalay
git-svn-id: https://svn.libreccm.org/ccm/trunk@2627 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
2be3e5597a
commit
71f625a792
|
|
@ -407,8 +407,11 @@
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<!-- Fallback -->
|
<!-- Fallback -->
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
|
<!-- Don't use the fallback when an object list is present -->
|
||||||
|
<xsl:if test="not($resultTree//nav:objectList)">
|
||||||
<xsl:apply-templates select="$resultTree//auditing"
|
<xsl:apply-templates select="$resultTree//auditing"
|
||||||
mode="auditing"/>
|
mode="auditing"/>
|
||||||
|
</xsl:if>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue