Files:

Instructions:

  1. To change the metadata display, change the ordering of Dublin Core elements after
    webui.itemdisplay.default
    (in dspace.cfg), or add new elements:
    webui.itemdisplay.default = dc.title, dc.title.alternative, dc.contributor.*, dc.subject, dc.date.issued(date), dc.publisher 
  2. To change the display name of a metadata field, search for its Dublin Core key name (which will begin with
    metadata.
    ) in Messages.properties:<p class="Example">metadata.dc.title.alternative = Title (French)
  3. Perform the steps in Rebuild+DSpace.

</html>