Skip to content
Snippets Groups Projects
Commit 9e934e83 authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Enable thumbnails for recent items on Homepage

Enable thumbnails for recent items on Homepage
parent 76b46459
No related branches found
No related tags found
No related merge requests found
......@@ -500,13 +500,11 @@
<xsl:template name="itemSummaryList-DIM">
<!-- Generate the thumbnail, if present, from the file section -->
<xsl:apply-templates select="./mets:fileSec" mode="artifact-preview"/>
<!-- Generate the info about the item from the metadata section -->
<xsl:apply-templates select="./mets:dmdSec/mets:mdWrap[@OTHERMDTYPE='DIM']/mets:xmlData/dim:dim"
mode="itemSummaryList-DIM"/>
<!-- Generate the thumbnail, if present, from the file section -->
<!--
<xsl:apply-templates select="./mets:fileSec" mode="artifact-preview"/>
-->
</xsl:template>
<!-- A community rendered in the detailView pattern; default way of viewing a community. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment