[OPEN-ILS-DEV] OPAC Hold link ver 1.2.3

Bill Ott bott at grpl.org
Tue Mar 17 14:56:21 EDT 2009


Grant Johnson said the following on 03/17/2009 01:01 PM:
> Simple question,
>
> Can I hide the "Place Hold" link for items that are not checked out in search results screen?
> Or just remove it completely?
>   

Nothing comes to mind to remove the link from titles based on copy 
attributes, but you can certainly hide it completely. 

Locate the following at or around line 470 of result_common.js

    unHideMe($n(r,'place_hold_span'));

Just comment it out by changing that to:
   //unHideMe($n(r,'place_hold_span'));




More information about the Open-ils-dev mailing list