> > My other question: I’d also like to add some text below the “go” button on > the Advanced Search page. I’ve added what I want to say to messages.xml, but > now I’m having trouble finding the code for where the Advanced Search page > comes from. I figured if I searched in the structural.xsl file for some of > the other messages.xml text that is present on the Advanced Search page, I > would find it, but… no luck. >
In the 1.5 version of Manakin, the Advanced Search form is built in the Java code, in the AdvancedSearch.java file of the artifactbrowser aspect. If you don't want to touch the Java file, it's still possible to override this form at the theme level by using a new template in your theme that starts with this line: <xsl:template match="dri:d...@n='advanced-search']"> -- keith ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

