I haven't tested it, but try this:

Add this new template to any .xsl stylesheet in your theme (I use the
themename.xsl file):

<xsl:template name="add_label-sort_by"
match="dri:field[@id='aspect.artifactbrowser.ConfigurableBrowse.field.sort_by']">
    <label for=\"sort_by\" style=\"display:none\">Sort By:</label>
    <xsl:apply-templates />
</xsl:template>

Notice that the apply-templates call inserts what would normally be
inserted there and we insert the label BEFORE the contents. If you
leave out apply-templates, you will REPLACE the contents with the
label. Try both, just to see what it does.

Regards,
~~helix84

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to