Dear All,

Hello, I would like to override the default labels in the full item record
display.

How would I change the template <xsl:template match="dim:field"
mode="itemDetailView-DIM"> from:
                <td class="label-cell">
                    <xsl:value-of select="./@mdschema"/>
                    <xsl:text>.</xsl:text>
                    <xsl:value-of select="./@element"/>
                    <xsl:if test="./@qualifier">
                        <xsl:text>.</xsl:text>
                        <xsl:value-of select="./@qualifier"/>
                    </xsl:if>
                </td>
into:
                <td class="label-cell">
<message key="xmlui.dri2xhtml.METS-1.0.item-whateverLabel">Label</message>
                </td>

I've seen some repositories displaying labels in the full item record page
and not the default dc.element.qualifier.

Thanks in advance and regards.

-- 
Elvi
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to