Hello Alex, if you want to have a different navigation label for each configured browse index in the JSPUI you got to change browse/full.jsp browse/single.jsp and the message catalogue.
In the jsp's create a label, e.g.: String navLabel = "browse.nav." + bix.getName() + ".enter"; Then you can use it as a key for the message catalogue: <fmt:message key="<%= navLabel %>"/> In the Messages.properties create an entry for each of your configured browse indices, see section Browse Configuration of dspace.cfg, e.g. browse.nav.author.enter = Enter the first few letters of the author's... browse.nav.title.enter = Enter the first few letters of the title browse.nav.subject.enter = Enter the first few letters of the subject Hope that helps Claudia Jürgen Am 23.08.2011 16:31, schrieb Lemann, Alexander Bernard: > Does anyone on this list have an answer for this? Sorry to press it during > the big push, but I'd like to get an answer for my users. > > Thanks in advance, > Alex > > -----Original Message----- > From: Lemann, Alexander Bernard > Sent: Tuesday, August 16, 2011 10:32 AM > To: [email protected] > Subject: JSPUI customizing author browse text > > I am trying to customizing the text on the JSPUI author browse page > (/browse?type=author ) to mention that users should search for the first few > characters of an author's last name. It seems that browse.nav.enter modifies > this text, but unfortunately it modifies the text of all of the browse pages > as well. > > I noticed that there is a property in Messages.Properties, > jsp.browse.authors.enter which looks promising, but I don't see this property > used in any files (java or jsp) in DSpace. > > Is there a way to customize the text on each browse page separately in JSPUI? > Are there a bunch of unneeded properties still hanging around in > Messages.properties? > > Thanks, > Alex Lemann > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 > _______________________________________________ > Dspace-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-devel -- Claudia Juergen Universitaetsbibliothek Dortmund Eldorado 0231/755-4043 https://eldorado.tu-dortmund.de/ ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
