Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Improve wikipage

...

Instructions:

  1. Look for the Code Block<form-value-pairs> element in input-forms.xml.
  2. Look for the Code Block<value-pairs> element for the Dublin Core element whose values you wish to change.
  3. Add or change a Code Block<pair> element, where the Code Block<displayed-value> element contains what the submitter sees in the dropdown box, and the Code Block<stored-value> element contains what DSpace should archive as the information's label:
    Code Block
    <pair>
    Code Block
     
     <pair>
       <displayed-value>Gov't Doc #</displayed-value>
    Code Block
     
       <stored-value>govdoc</stored-value>
    Code Block
    
     </pair>
  4. Stop and restart Tomcat (See Quick Restart in Rebuild + DSpace).

Notes:

  • This set of instructions changes the existing choices when DSpace displays an option-box or dropdown menu, as for the Dublin Core "type" and "language" elements. It does not add a new submission widget/field to the user interface; to do this, see Alter + submission + input + forms.