Hi Eric,

We use this.  Just at it to your local theme XSLT.

<!-- remove search area on home page -->
<xsl:template match="dri:d...@n='front-page-search']">
 <xsl:apply-templates select="@pagination">
 <xsl:with-param name="position">bottom</xsl:with-param>
 </xsl:apply-templates>
</xsl:template>

--Dave

==================
David Walker
Library Web Services Manager
California State University
http://xerxes.calstate.edu
________________________________________
From: Eric Luhrs [elu...@gmail.com]
Sent: Tuesday, December 16, 2008 11:46 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Remove search box from main page

Hi there,
I am creating a new Manakin theme based on the Reference theme.  I
want to remove the search box that appears in the body of the main
page (not the sidebar search box).  What's the best way to do this?  I
looked at news-xmlui.xml and dri2html/*.xsl but I can't find where
this search box is being pulled from.

Eric

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to