Hi Magnus
You need to comment out and locate the specific templates (a tricky
business)
here is how I used it in xmlui (manikin theme)
<snip>
<!-- Once the search box is built, the other parts of the options are added
-->
<xsl:apply-templates select="dri:li...@n='browse']"/>
<!-- browse options menu -->
<br />
<xsl:apply-templates select="dri:li...@n='account']"/>
<!-- account options menu -->
<br />
<xsl:apply-templates select="dri:li...@n='context']"/>
<!-- submissions/context options menu -->
<br />
<xsl:apply-templates select="dri:li...@n='administrative']"/>
<!-- administrative options menu -->
<!-- <xsl:apply-templates /> -->
</snip>
Hope this helps
Kevin_____ From: Magnus Norberg [mailto:[email protected]] Sent: 04 May 2010 21:55 To: DSpace techlist techlist Subject: [Dspace-tech] Does anyone know how to take away (or add/edit) some of the options on the start page? Hello everyone, Does anyone know how to take away (or add/edit) some of the options on the start page? I'm using Manakin, and Kubrick theme. I know I can take away all search browse options beneath the "Advanced search" by deleting the following: <!-- Once the search box is built, the other parts of the options are added --> <xsl:apply-templates /> in C:\DSpace\webapps\xmlui\themes\Kubrick\kubrick.xsl But I want to take away some of them, and not all (and maybe add some other browse search options) Thank you for your help! /Greeting, Magnus, Sweden _____ Hotmail i mobilen på 5 sekunder! Klicka här! <http://www.microsoft.com/sverige/windows/windowslive/thenewbusy.aspx>
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

