mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
DS-2318 Added class img-thumbnail for XMLUI Mirage2
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
<a class="image-link" href="{$href}">
|
||||
<xsl:choose>
|
||||
<xsl:when test="mets:fileGrp[@USE='THUMBNAIL']">
|
||||
<img class="img-responsive" alt="xmlui.mirage2.item-list.thumbnail" i18n:attr="alt">
|
||||
<img class="img-responsive img-thumbnail" alt="xmlui.mirage2.item-list.thumbnail" i18n:attr="alt">
|
||||
<xsl:attribute name="src">
|
||||
<xsl:value-of
|
||||
select="mets:fileGrp[@USE='THUMBNAIL']/mets:file/mets:FLocat[@LOCTYPE='URL']/@xlink:href"/>
|
||||
|
Reference in New Issue
Block a user