To show the attachments icon, you can use the Attachments fields, this field return True or False, if the list item contains an attachment.

To test this and show the icon you can use the next XSLT snippet.
<xsl:if test="Attachments='True'">
<img src="/_layouts/images/attachtb.gif" />
</xsl:if>
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5