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

    How can I change the display of the patron address information in OPAC?

    • Product: Aleph
    • Product Version: 22, 23
    • Relevant for Installation Type: Dedicated-Direct, Direct, Local, Total Care

     

    Description

    I would like to display only telephone number 1 and 4 of the patron address information and rename telephone 4 to 'mobile phone'. How can I change the patron address information display in the OPAC?

    I have a single ADM environment.

    Resolution

    The patron information for single adm environments can be found here:

     

    ./www_f_lng/bor-info-single-adm

     

    1. Change section 

     <tr>
      <td class=td2 width=30%>Telephone (1)</td>
      <td class=td2>
          $4600</td>
     </tr>
     <tr>
      <td class=td2 width=30%>Telephone (2)</td>
      <td class=td2>
          $4700</td>
     </tr>
     <tr>
      <td class=td2 width=30%>Telephone (3)</td>
      <td class=td2>
          $4800</td>
     </tr>
     <tr>
      <td class=td2 width=30%>Telephone (4)</td>
     <td class=td2>
          $4900</td>
      </tr>

     

     

    to

     

     

     <tr>
      <td class=td2 width=30%>Telephone</td>
      <td class=td2>
          $4600</td>
     </tr>
     <tr>
      <td class=td2 width=30%>Mobile phone</td>
     <td class=td2>
          $4900</td>
      </tr>

     

     

    2. Restart the WWW server to make the change take effect.

     

     


    • Article last edited: 01-August-2016
    • Was this article helpful?