I tried editing the showfield.xsl by adding:
<xsl:if test="fieldname = 'field_research' and $fieldname/label/@show = 1 and $view = 'dv'"> <!-- field label -->
<span class="spLabel2">
<xsl:value-of select="$fieldname/label"/><xsl:text>: </xsl:text>
</span>
</xsl:if>
Of course, it didn't work. So either it's the wrong field, wrong place or, most likely, wrong code.
Can anyone help?
