Add clickable URL column to OPAC Brief List
- Product: Aleph
- Product Version: 20, 21, 22, 23
- Relevant for Installation Type: Dedicated-Direct, Direct, Local, Total Care
Description
Can we add a clickable URL column to the OPAC Brief List?
Resolution
Three files are involved: ./xxx01/tab/www_tab_short.lng , ./www_f_lng/short-a-head, and ./www_f_lng/short-a-body .
- www_tab_short.lng
Add a line like this:
! 2 3 4 5 6 7 8 9 10 11 12 13
!-!-!!!!!!!!!!!!!!!!!!!!-!!!!!!!!!!!!-!!-!!-!!!!-!-!-!!!!!!!!!!-!!-!!!!!-!!!!!-!
7 L Web Link 00 00 0100 L ## MED
- short-a-head
Add a line like this:
<th class=text3>$0800</th>
- short-a-body
Add lines like these:
<td class=td1 $2700 width="10%" valign=top>$0700 </td>
<td class=td1 $2800 width="25%" nowrap valign=top>$0800 </td>
Then restart the www_server.
Note: If you have something else for group number "7" in www_tab_short.lng, then you will need to adjust the preceding numbers.
See also, the article " Make clickable URLs appear in OPAC Standard Format ".
- Article last edited: 3-Apr-2018