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>
|
||||
<!-- Fallback -->
|
||||
<xsl:otherwise>
|
||||
<xsl:apply-templates select="$resultTree//auditing"
|
||||
mode="auditing"/>
|
||||
<!-- Don't use the fallback when an object list is present -->
|
||||
<xsl:if test="not($resultTree//nav:objectList)">
|
||||
<xsl:apply-templates select="$resultTree//auditing"
|
||||
mode="auditing"/>
|
||||
</xsl:if>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue