mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
DS-2449 Restore template item label for Mirage 2
This commit is contained in:
@@ -1212,7 +1212,7 @@
|
||||
</div>
|
||||
</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>
|
||||
<xsl:call-template name="standardAttributes">
|
||||
</xsl:call-template>
|
||||
|
Reference in New Issue
Block a user