helix84 wrote
> 
> 
> Right, here's a correction. The complete customization should be:
> 
> 
> <xsl:template name=&quot;disable_front-page-search&quot;
> match=&quot;dri:div[@id='aspect.&lt;b>discovery*.SiteViewer.div.front-page-search']">
> </xsl:template>
> <xsl:template name=&quot;disable_collection-search&quot;
> match=&quot;dri:div[@id='aspect.&lt;b>discovery*.CollectionSearch.div.collection-search']">
> </xsl:template>
> <xsl:template name=&quot;disable_front-page-browse&quot;
> match=&quot;dri:list[@id='aspect.&lt;b>artifactbrowser*.CollectionViewer.list.collection-browse']">
>     <br style="clear:both"/>
> </xsl:template>
> 
> Regards,
> ~~helix84
> 
> 

Thank you, I have been able to achieve what I wanted. Though I had to make a
slight change since it seems like these customizations are tailored to a
DSpace installation that has Discovery enabled. 

I have boldened the sections that I modified, since I am yet to activate
Discovery, and the change made the Search box disappear, this is why the
Browse By was disappearing yet the Search box wasnt.

this removes the search box on the front page for my non-discovery
repository:

<xsl:template name=&quot;disable_front-page-search&quot;
match=&quot;dri:div[@id='aspect.&lt;b>artifactbrowser*.*FrontPageSearch*.div.front-page-search']">
</xsl:template>


etc.

Thank you again!. New Question coming up 

Mark
Junior Developer
FAO Somalia




--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Restructuring-Mirage-theme-Search-box-Browse-By-and-News-tp4656966p4656980.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to