[Koha-patches] [PATCH] Changing <p> to <span> per gmcharlt's suggestion re: Adding <p class="noholdstext"> tag around the "No Holds Allowed" text to allow for jquery selection/replacement of the text.

Liz Rea lrea at nekls.org
Wed Jun 9 20:27:35 CEST 2010


---
 .../prog/en/modules/catalogue/results.tmpl         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
index f93a48e..36310ee 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
@@ -459,7 +459,7 @@ function GetZ3950Terms(){
 
                                 <!-- /TMPL_IF -->
                                   <!-- TMPL_IF NAME="norequests" -->
-                                        <p class="noholdstext">No holds allowed</p>
+                                        <span class="noholdstext">No holds allowed</span>
                                     <!-- 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 -->
-- 
1.5.6.5



More information about the Koha-patches mailing list