Added a case for the lastModified template in Mandalay

git-svn-id: https://svn.libreccm.org/ccm/trunk@2627 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-04-29 10:41:34 +00:00
parent 2be3e5597a
commit 71f625a792
1 changed files with 5 additions and 2 deletions

View File

@ -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>