Hi All,

For Dspace 3.2 xmlui version I just put this code in to navigation.xsl  to 
remove register Button and
It works on home page http://dspacetest.cgiar.org/
However still the Register button exists  on this page.does anyone has a hint 
to remove this button
http://dspacetest.cgiar.org/discover

 <xsl:template 
match="dri:list[@id='aspect.viewArtifacts.Navigation.list.account']">
  <xsl:if test="//dri:metadata[@element='request' and @qualifier='URI']/text() 
!= ''">
    <xsl:apply-templates />
  </xsl:if></xsl:template>

Thanks
Sisay

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to