Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


You will also need to add a line to artifactbrowser.Navigation.java section.  Find the heading <!- org.dspace.app.xmlui.artifactbrowser.Navigation.java -> and you will see fields for the existing browse options.

Add the line

Code Block
none
none
<message key="xmlui.ArtifactBrowser.Navigation.

...

browser_[name]"

...

></message>

. Where [name] is the name you assigned in dspace.cfg and [Browse Field] is the field you are browsing by. These lines are the text displayed in the browse navigation bar.

...