Versions Compared

Key

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

...

Instructions:

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

...