Seems like we both solved this one. Sorry, I didn’t copy the techlist 
previously by accident, but I have forwarded it. Thanks, I am taking the 
Lynda.com course on XSL to better modify templates and maybe contribute them to 
the DSpace community. 

Cheers,
Mark

-----Original Message-----
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Friday, June 29, 2012 5:01 PM
To: Kariuki, Mark (FAOSO)
Cc: Hilton Gibson; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] [SPAM] Re: [SPAM] Re: Sample Manakin Theme

OK, I didn't notice the template has been overridden. Go to
Mirage-SUNScholar/lib/xsl/core/navigation.xsl, line 44 and replace
this

<xsl:attribute name="action">
  <xsl:value-of
  
select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='search'][@qualifier='simpleURL']"/>
</xsl:attribute>

with this

<xsl:attribute name="action">
  <xsl:value-of
select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='contextPath']"/>
  <xsl:value-of
select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='search'][@qualifier='simpleURL']"/>
</xsl:attribute>

Hilton should do the same, even though he doesn't need it.

Regards,
~~helix84
------------------------------------------------------------------------------
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