Adding <p class="noholdstext"> tag around the "No Holds Allowed" text to allow for jquery selection/replacement of the text.

A later patch might come that changes the text entirely, as it does not match the OPAC, and is often confusing for staff.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Liz Rea 2010-05-26 14:28:47 -05:00 committed by Galen Charlton
parent e0c72d37fa
commit 24b8e9c384

View file

@ -459,7 +459,7 @@ function GetZ3950Terms(){
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="norequests" -->
No holds allowed
<p class="noholdstext">No holds allowed</p>
<!-- TMPL_ELSE -->
<a class="reserve" id="reserve_<!-- TMPL_VAR NAME="biblionumber" -->" href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Holds</a>
<!-- /TMPL_IF -->