Hi all, DSpace 5.5 XMLUI Tomcat 7 Apache 2.2 PostGreSQL 9.2
I would like to make some modifications/additions to the display of the item list in discovery search results. I have a custom theme and within that theme: /mytheme/lib/xsl/aspect/artifactbrowser/item-list.xsl if I make changes to this template: <xsl:template match="mets:fileSec" mode="artifact-preview"> the changes do take effect. However, I'm unable to make changes take effect when I modify this template: <xsl:template match="dim:dim" mode="itemSummaryList-DIM-metadata"> Within this template, I tried adding a class name to: <div class="artifact-description"> but it doesn't show up. Am I looking at the wrong template? I've actually gone through every instance of artifact-description I can find but none of them seems to affect the search results display. Any pointers would be much appreciated. Thanks, Gary -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
