Skip to main content
ExLibris
Ex Libris Knowledge Center

How to enable the title field in the brief view to link to the full record display

  • Product: Aleph
  • Product Version: Version 22, 23
  • Relevant for Installation Type: All

 

Description

How to enable the title field in the brief view to link to the full record display?

Resolution

You need to add a javascript in the file short-a-body of the $alephe_root/www_f_eng directory (or your preferred language directory). Here is the required change:

 

From:

  <td class=td1 $2500 width="30%" valign=top>$0500  </td>

 

To:

  <td class=td1 $2500 width="30%" valign=top>

    <script>

     title = '$0500'; recordLink = '$0100'

     recordLink = recordLink.substring(0,recordLink.indexOf(">"));

     document.write(recordLink);

     document.write(">");

     document.write(title)

     document.write("</a>");

    </script>

  </td>

 

Then clean the utf_files directory by using util x/7. There is no need to restart the www server.

 

 


  • Article last edited: 30-12-2016
  • Was this article helpful?