Adding <p class="noholdstext"> tag around the "No Holds Allowed" text to allow for...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / results.tmpl
index 8ad3609..f93a48e 100644 (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 -->