Hi Blanco,
there are basically 3 layers where you can remove it: Aspect, XSL and CSS.

Aspect:
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/browseArtifacts/Navigation.java

DRI:
aspect.viewArtifacts.Navigation.list.browse

Since you're asking about XSL (I'm assuming Mirage), you should be
able to remove in the <xsl:template match="dri:options"> which you'll
find in [dspace]/webapps/xmlui/themes/dri2xhtml-alt/core/navigation.xsl
by changing
<xsl:apply-templates/>
into
<xsl:apply-templates  select="*[not(@n='browse')]" />

Of course you should copy this template to your custom theme to override it.
I tried it and it worked. You may have to do some other minor edits
but you should be able to work it out it from here.

Regards,
~~helix84

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to