Archived / Obsolete Documentation

Documentation in this space is no longer accurate.
Looking for official DSpace documentation? See all documentation

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Files:

  • dspace/config/input-forms.xml

Instructions:

  1. Look for the <form-value-pairs> element in input-forms.xml.
  2. Look for the <value-pairs> element for the Dublin Core element whose values you wish to change.
  3. Add or change a <pair> element, where the <displayed-value> element contains what the submitter sees in the dropdown box, and the <stored-value> element contains what DSpace should archive as the information's label:
     <pair>
       <displayed-value>Gov't Doc #</displayed-value>
       <stored-value>govdoc</stored-value>
     </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.
  • No labels