Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    How do I change labels in my OPAC record display?

    • Product: Voyager
    • Product Version: 7.2.5

    Question

    How to change labels associated with field tag 785 indicator 1 = 1, indicator 2 = 7 and field tag 785 indicator 1 = 1, indicator 2 = 8 ?

    Answer

    1. Log on to server.
    2. Navigate to configs directory for db instance and WebVoyage skin: cd /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/<your skin directory>/xsl/contentLayout/configs
    3. Open displaycfg.xml in text editor (i.e., vi)
    4. Find lines that correspond to labels:
    <displayTags label="Label for 785_8:">
    <displayTag field="785" indicator1="X" indicator2="8" subfield="at"/>
    </displayTags>
    
    <displayTags label="Label for 785_7:">
    <displayTag field="785" indicator1="X" indicator2="7" subfield="at"/>
    </displayTags>
    1. Edit values in displayTags label=
    2. Save change.

    • Article last edited: 08-Oct-2013
    • Was this article helpful?