mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
DS-2449 Restore template item label for Mirage 2
This commit is contained in:
@@ -1212,7 +1212,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="dri:*[count(dri:field) > 1 and dri:field[@type='button'] and count(dri:field[not(@type='button' or @type='')]) = 0]" priority="4">
|
<xsl:template match="dri:*[count(dri:field) > 1 and dri:field[@type='button'] and count(dri:field[not(@type='button' or @type='')]) = 0 and not(preceding-sibling::*[1][local-name()='label'])]" priority="4">
|
||||||
<div>
|
<div>
|
||||||
<xsl:call-template name="standardAttributes">
|
<xsl:call-template name="standardAttributes">
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
|
Reference in New Issue
Block a user