On Wed, Jun 20, 2012 at 8:50 PM, Alain Tschanz <[email protected]> wrote:
> Thanks for the code. It worked, but the date is still displaying in Recent 
> Submissions. How can I suppress it?

It would be best if you follow LynCode's advice and not store the
metadata at all.

But here's how you can do it: copy this template:
<xsl:template match="dim:dim" mode="itemSummaryList-DIM-metadata">

and replace these lines

  <xsl:text>, </xsl:text>
</xsl:if>
<span class="date">
  <xsl:value-of select="substring(dim:field[@element='date' and
@qualifier='issued']/node(),1,10)"/>
</span>

with this line:
</xsl:if>

Regards,
~~helix84

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to