Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: formatting fixes

...

Open message.xml and find the heading <!- org.dspace.app.xmlui.artifactbrowser.ConfigureableBrowse.java ->.  You need to add four lines for each new browse category in this section. If you look through the section you will see the same lines for the preexisting browse categories scattered through the text.

Wiki Markup
First add "<message key="xmlui.ArtifactBrowser.ConfigurableBrowse.\[name\].column_heading">\[Browse Name\]</message>" Where \[name\] is the name you assigned in dspace.cfg and \[Browse Name\] is the title you want to appear in browse menu in DSpace.&nbsp; These fields are the text displayed at the top of a browse list. !Screen shot 2012-03-26 at 11.26.06 AM.png|border=1!

Image Added

Then add the lines

Code Block
none
none
<message key="xmlui.ArtifactBrowser.ConfigurableBrowse.title.metadata.[name]">Browsing {0} by [Browse Field] {1}</message> 
<message key="xmlui.ArtifactBrowser.ConfigurableBrowse.trail.metadata.[name]">Browsing {0} by [Browse Field] </message>

...


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.

...